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

/freebsd-9.3-release/sys/kern/
H A Dkern_malloc.c100 * oldsize / 2^n, where REALLOC_FRACTION defines the value of 'n'.
102 #ifndef REALLOC_FRACTION
103 #define REALLOC_FRACTION 1 /* new block if <= half the size */ macro
657 && (size > (alloc >> REALLOC_FRACTION) || alloc == MINALLOCSIZE))

Completed in 96 milliseconds