Searched refs:OVFLSIZE (Results 1 – 3 of 3) sorted by relevance
77 #define OVFLSIZE (2*sizeof(u_int16_t)) macro82 (PAIRSIZE((K),(D)) + OVFLSIZE) <= FREESPACE((P)))
593 assert(FREESPACE(tp) >= OVFLSIZE); in __big_split()602 FREESPACE(tp) = free_space - OVFLSIZE; in __big_split()628 FREESPACE(tp) = free_space + OVFLSIZE; in __big_split()
491 sp[ndx + 3] = FREESPACE(sp) - OVFLSIZE; in __add_ovflpage()