Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2064 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2191 unsigned int binmap[BINMAPSIZE];
3163 if (++block >= BINMAPSIZE) /* out of bins */ in _int_malloc()