Searched refs:CanAllocate (Results 1 – 5 of 5) sorted by relevance
68 if (primary_.CanAllocate(size, alignment)) in Allocate()
151 static bool CanAllocate(uptr size, uptr alignment) { in CanAllocate() function
169 static bool CanAllocate(uptr size, uptr alignment) { in CanAllocate() function
234 if (!a->CanAllocate(size, 1)) continue; in TestSizeClassAllocator()975 if (!a->CanAllocate(size, 1)) continue; in TestSizeClassAllocatorIteration()
507 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) in Allocate()