Searched refs:getbucketnum (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c154 getbucketnum(size_t size) function
183 int bucketnum = getbucketnum(size);
273 int bucketnum = getbucketnum(size);
350 size = (size_t)MINSIZE << getbucketnum(size + sizeof (*ptr));
363 size = (size_t)MINSIZE << getbucketnum(size + sizeof (*ptr));

Completed in 43 milliseconds