Searched refs:FromPrimary (Results 1 – 3 of 3) sorted by relevance
413 CHECK(allocator.FromPrimary(allocated)); in Allocate()415 CHECK(!allocator.FromPrimary(allocated)); in Allocate()561 if (ptr && allocator.FromPrimary(ptr)) in Calloc()584 if (!allocator.FromPrimary(alloc_beg)) { in GetAsanChunk()
98 if (cleared && allocator.FromPrimary(p)) in Allocate()
1361 bool FromPrimary(void *p) { in FromPrimary() function