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