Home
last modified time | relevance | path

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

/Zephyr-latest/lib/heap/
Dheap_validate.c59 bool emptybit = (h->avail_buckets & BIT(bidx)) == 0; in check_nexts() local
61 bool empties_match = emptybit == emptylist; in check_nexts()