Searched refs:CanAllocate (Results 1 – 4 of 4) 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
560 bool from_primary = PrimaryAllocator::CanAllocate(needed_size, alignment); in Allocate()