Lines Matching refs:get_allocator
52 static AsanAllocator &get_allocator();
201 void *p = get_allocator().GetBlockBegin(m); in Recycle()
223 get_allocator().Deallocate(cache_, p); in Recycle()
227 void *res = get_allocator().Allocate(cache_, size, 1); in Allocate()
235 get_allocator().Deallocate(cache_, p); in Deallocate()
687 !get_allocator().PointerIsMine(ptr)) { in Deallocate()
868 static AsanAllocator &get_allocator() { in get_allocator() function
1099 __asan::get_allocator().ForceLock(); in LockAllocator()
1103 __asan::get_allocator().ForceUnlock(); in UnlockAllocator()
1107 *begin = (uptr)&__asan::get_allocator(); in GetAllocatorGlobalRange()
1108 *end = *begin + sizeof(__asan::get_allocator()); in GetAllocatorGlobalRange()
1167 __asan::get_allocator().ForEachChunk(callback, arg); in ForEachChunk()