Searched refs:FromPrimary (Results 1 – 9 of 9) sorted by relevance
413 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()
121 bool FromPrimary(void *p) { in FromPrimary() function
351 if (ZeroContents && BackendAllocator.FromPrimary(Ptr)) in allocate()513 if (!ZeroContents && Ptr && BackendAllocator.FromPrimary(Ptr)) in calloc()
98 if (cleared && allocator.FromPrimary(p)) in Allocate()
99 if (cleared && allocator.FromPrimary(p)) in Allocate()
688 if (ptr && allocator.FromPrimary(ptr)) in Calloc()707 if (!allocator.FromPrimary(alloc_beg)) in GetMemprofChunk()
76 return allocator.FromPrimary(reinterpret_cast<void *>(block_)); in FromSmallHeap()
751 if (ptr && allocator.FromPrimary(ptr)) in Calloc()780 if (!allocator.FromPrimary(alloc_beg)) in GetAsanChunk()
1390 bool FromPrimary(void *p) { in FromPrimary() function