Searched refs:canAllocate (Results 1 – 4 of 4) sorted by relevance
60 bool canAllocate() { return fFreeCount > 0; } in canAllocate() function
61 bool canAllocate(unsigned int count) const { in canAllocate() function
96 if (heap->canAllocate(count)) { in allocateTable()
161 if (fDescriptorHeaps[i]->canAllocate()) { in allocateHandle()