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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c175 #define IS_OVERSIZE(x, y) (((x) < (y)) && (((x) > MAX_CACHED)? 1 : 0)) macro
510 if (IS_OVERSIZE(frag_size, alloc_size)) {
557 oversize_bits |= IS_OVERSIZE(head_sz, alloc_size) |
558 IS_OVERSIZE(size, alloc_size) << DATA_SHIFT |
559 IS_OVERSIZE(tail_sz, alloc_size) << TAIL_SHIFT;
577 if (!IS_OVERSIZE(tsize, alloc_size)) {
622 if (!IS_OVERSIZE(tsize, alloc_size)) {
667 if (!IS_OVERSIZE(tsize, alloc_size)) {

Completed in 60 milliseconds