Searched defs:CanAllocate (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h340 static bool CanAllocate(uptr size, uptr alignment) { function in class:__sanitizer::SizeClassAllocator64
713 static bool CanAllocate(uptr size, uptr alignment) { function in class:__sanitizer::SizeClassAllocator32
1293 bool from_primary = primary_.CanAllocate(size, alignment);

Completed in 43 milliseconds