Home
last modified time | relevance | path

Searched refs:FromPrimary (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_allocator.cc413 CHECK(allocator.FromPrimary(allocated)); in Allocate()
415 CHECK(!allocator.FromPrimary(allocated)); in Allocate()
570 if (ptr && allocator.FromPrimary(ptr)) in Calloc()
593 if (!allocator.FromPrimary(alloc_beg)) { in GetAsanChunk()
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp351 if (ZeroContents && BackendAllocator.FromPrimary(Ptr)) in allocate()
513 if (!ZeroContents && Ptr && BackendAllocator.FromPrimary(Ptr)) in calloc()
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc98 if (cleared && allocator.FromPrimary(p)) in Allocate()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1390 bool FromPrimary(void *p) { in FromPrimary() function