Home
last modified time | relevance | path

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

/bionic/linker/
Dba.c36 #define BA_IS_FREE(index) (!(ba->bitmap[index].allocated)) macro
74 if (BA_IS_FREE(buddy) && in ba_free()
114 if (BA_IS_FREE(curr)) { in ba_allocate()