Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c1062 int32_t thisrequest = requestsize; in malloc_internal() local
1065 thiscache = (cache_t *)morecore(thisrequest * HUNKSIZE); in malloc_internal()
1072 create_cache(thiscache, buffer_size, thisrequest); in malloc_internal()