Searched refs:CanAllocate (Results 1 – 3 of 3) sorted by relevance
80 if (!a->CanAllocate(size, 1)) continue; in TestSizeClassAllocator()596 if (!a->CanAllocate(size, 1)) continue; in TestSizeClassAllocatorIteration()
324 static bool CanAllocate(uptr size, uptr alignment) { in CanAllocate() function609 static bool CanAllocate(uptr size, uptr alignment) { in CanAllocate() function1113 if (primary_.CanAllocate(size, alignment))
328 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) { in Allocate()