Searched defs:canAllocate (Results 1 – 4 of 4) sorted by relevance
61 bool canAllocate() { return fFreeCount > 0; } in canAllocate() function
61 bool canAllocate(unsigned int count) const { in canAllocate() function
65 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function
73 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function