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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c193 #define BUCKET_WORDS (((NUMBER_OF_BUCKETS) + 31) >> 5) macro
194 uint32_t free_list_bits[BUCKET_WORDS];
1128 for (int i = 0; i < BUCKET_WORDS; i++) {

Completed in 58 milliseconds