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

/illumos-gate/usr/src/lib/libumem/common/
H A Dmalloc.c47 uint32_t malloc_size; member in struct:malloc_data
48 uint32_t malloc_stat; /* = UMEM_MALLOC_ENCODE(state, malloc_size) */
96 ret->malloc_size = high_size;
100 ret->malloc_size = low_size;
109 ret->malloc_size = low_size;
115 ret->malloc_size = size;
211 ret->malloc_size = high_size;
217 ret->malloc_size = low_size;
263 size = buf->malloc_size;
290 high_size = buf->malloc_size;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3860 uint32_t malloc_size; member in struct:malloc_data
3861 uint32_t malloc_stat; /* == UMEM_MALLOC_ENCODE(state, malloc_size) */
3929 * <----------- mi.malloc_size --->
3938 * mi.malloc_size is the actual size passed to umem_alloc(), which
3962 * The "size" field is "malloc_size", which is mallocsz + the padding.
3963 * The "stat" field is derived from malloc_size, and functions as a
3989 switch (UMEM_MALLOC_DECODE(md.malloc_stat, md.malloc_size)) {
3994 mallocsz = md.malloc_size - overhead;
4002 ump->um_cp->cache_chunksize - md.malloc_size;

Completed in 66 milliseconds