Home
last modified time | relevance | path

Searched refs:mt_arena (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c420 offset = mem - cacheptr->mt_arena; in free()
921 cp->mt_arena = (caddr_t)ALIGN(cp->mt_freelist + 8, 8); in create_cache()
928 cp->mt_arena = (caddr_t)ALIGN((caddr_t)cp->mt_freelist + in create_cache()
932 cp->mt_span - cp->mt_arena) / cp->mt_size; in create_cache()
990 while (freeblocks < (uint32_t *)thiscache->mt_arena) { in reinit_cache()
997 ret = thiscache->mt_arena + n; in reinit_cache()
1086 while (freeblocks < (uint32_t *)thiscache->mt_arena) { in malloc_internal()
1090 if (freeblocks < (uint32_t *)thiscache->mt_arena && in malloc_internal()
1094 if (freeblocks < (uint32_t *)thiscache->mt_arena && in malloc_internal()
1098 if (freeblocks < (uint32_t *)thiscache->mt_arena && in malloc_internal()
[all …]
H A Dmtmalloc_impl.h45 caddr_t mt_arena; /* addr of arena for actual dblks */ member