Home
last modified time | relevance | path

Searched refs:MALLOC_MAGIC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dmalloc.c97 ret->malloc_stat = UMEM_MALLOC_ENCODE(MALLOC_MAGIC, high_size); in umem_malloc()
116 ret->malloc_stat = UMEM_MALLOC_ENCODE(MALLOC_MAGIC, size); in umem_malloc()
267 case MALLOC_MAGIC: in process_free()
293 MALLOC_MAGIC) { in process_free()
H A Dumem_impl.h377 #define MALLOC_MAGIC 0x3a10c000 /* 8-byte tag */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3989 case MALLOC_MAGIC: in um_umem_buffer_cb()