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

/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c204 #define IS_OVERSIZE(x, y) (((x) < (y)) && (((x) > MAX_CACHED)? 1 : 0)) macro
604 if (IS_OVERSIZE(frag_size, alloc_size)) {
651 oversize_bits |= IS_OVERSIZE(head_sz, alloc_size) |
652 IS_OVERSIZE(size, alloc_size) << DATA_SHIFT |
653 IS_OVERSIZE(tail_sz, alloc_size) << TAIL_SHIFT;
671 if (!IS_OVERSIZE(tsize, alloc_size)) {
716 if (!IS_OVERSIZE(tsize, alloc_size)) {
761 if (!IS_OVERSIZE(tsize, alloc_size)) {

Completed in 119 milliseconds