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