Searched refs:malloc_size (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libumem/common/
H A Dmalloc.c46 uint32_t malloc_size; member in struct:malloc_data
47 uint32_t malloc_stat; /* = UMEM_MALLOC_ENCODE(state, malloc_size) */
86 ret->malloc_size = high_size;
90 ret->malloc_size = low_size;
99 ret->malloc_size = low_size;
105 ret->malloc_size = size;
201 ret->malloc_size = high_size;
207 ret->malloc_size = low_size;
253 size = buf->malloc_size;
280 high_size = buf->malloc_size;
[all...]

Completed in 14 milliseconds