Searched refs:FromPrimary (Results 1 – 4 of 4) 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()
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()
1390 bool FromPrimary(void *p) { in FromPrimary() function