Searched defs:nosmall (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c305 * malloc_unlocked(nbytes, nosmall) - Do the real work for malloc
309 malloc_unlocked(size_t nbytes, int nosmall) argument
329 if (nbytes <= maxfast && !nosmall) {

Completed in 460 milliseconds