Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_malloc.c136 #ifndef REALLOC_FRACTION
137 #define REALLOC_FRACTION 1 /* new block if <= half the size */ macro
1052 (size > (alloc >> REALLOC_FRACTION) || alloc == MINALLOCSIZE)) { in realloc()