Home
last modified time | relevance | path

Searched refs:REALLOC_FRACTION (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_malloc.c127 #ifndef REALLOC_FRACTION
128 #define REALLOC_FRACTION 1 /* new block if <= half the size */ macro
990 && (size > (alloc >> REALLOC_FRACTION) || alloc == MINALLOCSIZE)) in realloc()