HomeSort by relevance Sort by last modified time
    Searched refs:CanAllocate (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 97 if (!a->CanAllocate(size, 1)) continue;
671 if (!a->CanAllocate(size, 1)) continue;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 340 static bool CanAllocate(uptr size, uptr alignment) {
714 static bool CanAllocate(uptr size, uptr alignment) {
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 351 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) {
  /external/v8/src/heap/
spaces.cc     [all...]
spaces.h 697 bool CanAllocate() {
    [all...]

Completed in 181 milliseconds