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

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c2044 #define BINMAPSIZE (NBINS / BITSPERMAP)
2144 unsigned int binmap[BINMAPSIZE];
3334 if (++block >= BINMAPSIZE) /* out of bins */
3344 if (block >= BINMAPSIZE)
2037 #define BINMAPSIZE macro

Completed in 759 milliseconds