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 107 if (!a->CanAllocate(size, 1)) continue;
679 if (!a->CanAllocate(size, 1)) continue;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 348 static bool CanAllocate(uptr size, uptr alignment) {
735 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 530 bool CanAllocate() {
    [all...]

Completed in 689 milliseconds