Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc107 if (!a->CanAllocate(size, 1)) continue; in TestSizeClassAllocator()
679 if (!a->CanAllocate(size, 1)) continue; in TestSizeClassAllocatorIteration()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h348 static bool CanAllocate(uptr size, uptr alignment) { in CanAllocate() function
735 static bool CanAllocate(uptr size, uptr alignment) { in CanAllocate() function
1322 bool from_primary = primary_.CanAllocate(size, alignment);
/external/v8/src/heap/
Dspaces.cc2367 DCHECK(page()->CanAllocate()); in AllocateChunk()
2379 DCHECK(page()->CanAllocate()); in AllocateChunk()
2392 DCHECK(page()->CanAllocate()); in AllocateChunk()
2418 if (!page()->CanAllocate()) return false; in AllocateChunk()
Dspaces.h530 bool CanAllocate() { in CanAllocate() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc351 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) { in Allocate()