Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/threads/
H A Dalloc.c153 getbucketnum(size_t size) in getbucketnum() function
182 int bucketnum = getbucketnum(size); in lmalloc()
272 int bucketnum = getbucketnum(size); in lfree()
349 size = (size_t)MINSIZE << getbucketnum(size + sizeof (*ptr)); in libc_malloc()
362 size = (size_t)MINSIZE << getbucketnum(size + sizeof (*ptr)); in libc_realloc()