Home
last modified time | relevance | path

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
96 ret->malloc_size = high_size; in umem_malloc()
100 ret->malloc_size = low_size; in umem_malloc()
109 ret->malloc_size = low_size; in umem_malloc()
115 ret->malloc_size = size; in umem_malloc()
211 ret->malloc_size = high_size; in memalign()
217 ret->malloc_size = low_size; in memalign()
263 size = buf->malloc_size; in process_free()
290 high_size = buf->malloc_size; in process_free()
321 high_size = buf->malloc_size; in process_free()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3859 uint32_t malloc_size; member
3988 switch (UMEM_MALLOC_DECODE(md.malloc_stat, md.malloc_size)) { in um_umem_buffer_cb()
3993 mallocsz = md.malloc_size - overhead; in um_umem_buffer_cb()
4001 ump->um_cp->cache_chunksize - md.malloc_size; in um_umem_buffer_cb()