reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
51 static AsanAllocator &get_allocator();
119 get_allocator().GetMetaData(AllocBeg(locked_version))); 124 return get_allocator().GetBlockBeginFastLocked( 126 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); 164 get_allocator().Deallocate(cache_, p); 168 void *res = get_allocator().Allocate(cache_, size, 1); 176 get_allocator().Deallocate(cache_, p); 620 !get_allocator().PointerIsMine(ptr)) { 996 __asan::get_allocator().ForceLock(); 1000 __asan::get_allocator().ForceUnlock(); 1004 *begin = (uptr)&__asan::get_allocator(); 1005 *end = *begin + sizeof(__asan::get_allocator()); 1059 __asan::get_allocator().ForEachChunk(callback, arg);