Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c153 #define HUNKSIZE 8192 /* just a multiplier */ macro
855 padding = ALIGN(newbrk, HUNKSIZE) - newbrk; in setup_caches()
903 cp->mt_span = chunksize * HUNKSIZE - sizeof (cache_t); in create_cache()
1065 thiscache = (cache_t *)morecore(thisrequest * HUNKSIZE); in malloc_internal()