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

/osnet-11/usr/src/lib/libmalloc/common/
H A Dmalloc.c304 * malloc_unlocked(nbytes, nosmall) - Do the real work for malloc
308 malloc_unlocked(size_t nbytes, int nosmall) argument
328 if (nbytes <= maxfast && !nosmall) {

Completed in 24 milliseconds