Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1979 #define largebin_index(sz) \ macro
1988 ((in_smallbin_range(sz)) ? smallbin_index(sz) : largebin_index(sz))
2997 idx = largebin_index(nb); in _int_malloc()
3071 victim_index = largebin_index(size); in _int_malloc()