Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h53 typedef struct oversize { struct
54 struct oversize *next_bysize; argument
55 struct oversize *prev_bysize; argument
56 struct oversize *next_byaddr; argument
57 struct oversize *prev_byaddr; argument
58 struct oversize *hash_next; argument
H A Dmtmalloc.c120 static void * oversize(size_t);
240 return (oversize(bytes)); in malloc()
1196 oversize(size_t size) in oversize() function