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

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c2085 The truth value is inverted so that have_fastchunks will be true
2090 #define have_fastchunks(M) (((M)->max_fast & 1U) == 0)
2542 assert(have_fastchunks(av));
3167 if (have_fastchunks(av)) /* consolidation/initialization check */
3436 else if (have_fastchunks(av)) {
3577 if (have_fastchunks(av)) {
3656 else if (have_fastchunks(av)) {
2083 #define have_fastchunks macro

Completed in 290 milliseconds