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

  /external/compiler-rt/lib/asan/
asan_allocator2.cc 378 CHECK(allocator.FromPrimary(allocated));
380 CHECK(!allocator.FromPrimary(allocated));
505 if (!allocator.FromPrimary(ptr)) {
609 if (ptr && allocator.FromPrimary(ptr))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 58 milliseconds