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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h68 if (primary_.CanAllocate(size, alignment))
H A Dsanitizer_allocator_primary32.h150 static bool CanAllocate(uptr size, uptr alignment) { function in class:SizeClassAllocator32
H A Dsanitizer_allocator_primary64.h105 static bool CanAllocate(uptr size, uptr alignment) { function in class:SizeClassAllocator64
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp343 if (PrimaryT::CanAllocate(AlignedSize, MinAlignment)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp448 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) {

Completed in 123 milliseconds