Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2111 #define FASTBIN_CONSOLIDATION_THRESHOLD (65536UL) macro
3399 if ((unsigned long)(size) >= FASTBIN_CONSOLIDATION_THRESHOLD) { in _int_free()