Searched refs:REALLOC_FRACTION (Results 1 – 1 of 1) sorted by relevance
136 #ifndef REALLOC_FRACTION137 #define REALLOC_FRACTION 1 /* new block if <= half the size */ macro1052 (size > (alloc >> REALLOC_FRACTION) || alloc == MINALLOCSIZE)) { in realloc()