HomeSort by: relevance | last modified time | path
    Searched defs:get_allocator (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 52 static AsanAllocator &get_allocator();
120 get_allocator().GetMetaData(AllocBeg(locked_version)));
125 return get_allocator().GetBlockBeginFastLocked(
127 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this));
165 get_allocator().Deallocate(cache_, p);
169 void *res = get_allocator().Allocate(cache_, size, 1);
177 get_allocator().Deallocate(cache_, p);
621 !get_allocator().PointerIsMine(ptr)) {
795 static AsanAllocator &get_allocator() { function in namespace:__asan
986 __asan::get_allocator().ForceLock()
    [all...]
asan_allocator.cc 52 static AsanAllocator &get_allocator();
120 get_allocator().GetMetaData(AllocBeg(locked_version)));
125 return get_allocator().GetBlockBeginFastLocked(
127 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this));
165 get_allocator().Deallocate(cache_, p);
169 void *res = get_allocator().Allocate(cache_, size, 1);
177 get_allocator().Deallocate(cache_, p);
621 !get_allocator().PointerIsMine(ptr)) {
795 static AsanAllocator &get_allocator() { function in namespace:__asan
986 __asan::get_allocator().ForceLock()
    [all...]

Completed in 23 milliseconds