Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/
DPool.cpp123 bool isFull() const { return numFree == 0; } in isFull() function
233 bool isFull() const { in isFull() function in android::base::Heap
234 return mBlock.isFull(); in isFull()
324 if (heap->isFull()) { in alloc()