Searched refs:canAllocate (Results 1 – 3 of 3) sorted by relevance
68 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function
386 if (LIKELY(PrimaryT::canAllocate(NeededSize))) {
73 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function