Searched refs:heap_full (Results 1 – 2 of 2) sorted by relevance
86 bool _r = !heap_full(h); \111 #define heap_full(h) ((h)->used == (h)->size) macro
184 if (!heap_full(&ca->heap)) in invalidate_buckets_lru()