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

  /external/compiler-rt/lib/asan/
asan_allocator.cc 413 CHECK(allocator.FromPrimary(allocated));
415 CHECK(!allocator.FromPrimary(allocated));
570 if (ptr && allocator.FromPrimary(ptr))
593 if (!allocator.FromPrimary(alloc_beg)) {
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 98 if (cleared && allocator.FromPrimary(p))
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 351 if (ZeroContents && BackendAllocator.FromPrimary(Ptr))
513 if (!ZeroContents && Ptr && BackendAllocator.FromPrimary(Ptr))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 2011 milliseconds