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.cc97 if (!a->CanAllocate(size, 1)) continue; in TestSizeClassAllocator()
671 if (!a->CanAllocate(size, 1)) continue; in TestSizeClassAllocatorIteration()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h340 static bool CanAllocate(uptr size, uptr alignment) { in CanAllocate() function
714 static bool CanAllocate(uptr size, uptr alignment) { in CanAllocate() function
1298 bool from_primary = primary_.CanAllocate(size, alignment);
/external/v8/src/heap/
Dspaces.cc2338 while ((node != nullptr) && !page->CanAllocate()) { in AllocateChunk()
2380 if ((size >= size_in_bytes) || !page_for_node->CanAllocate()) { in AllocateChunk()
2394 if (!page_for_node->CanAllocate()) { in AllocateChunk()
2805 if (!Page::FromAllocationTop(allocation_info_.top())->CanAllocate()) { in AllocateChunk()
Dspaces.h697 bool CanAllocate() { in CanAllocate() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc351 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) { in Allocate()