Lines Matching refs:get_allocator
54 static AsanAllocator &get_allocator();
224 void *p = get_allocator().GetBlockBegin(m); in Recycle()
228 if (get_allocator().FromPrimary(p)) { in Recycle()
251 get_allocator().Deallocate(cache_, p); in Recycle()
257 if (get_allocator().FromPrimary(m)) { in RecyclePassThrough()
265 void *res = get_allocator().Allocate(cache_, size, 1); in Allocate()
272 void Deallocate(void *p) const { get_allocator().Deallocate(cache_, p); } in Deallocate()
714 !get_allocator().PointerIsMine(ptr)) { in Deallocate()
903 static AsanAllocator &get_allocator() { in get_allocator() function
1117 __asan::get_allocator().ForceLock(); in LockAllocator()
1121 __asan::get_allocator().ForceUnlock(); in UnlockAllocator()
1125 *begin = (uptr)&__asan::get_allocator(); in GetAllocatorGlobalRange()
1126 *end = *begin + sizeof(__asan::get_allocator()); in GetAllocatorGlobalRange()
1191 __asan::get_allocator().ForEachChunk(callback, arg); in ForEachChunk()