Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ | |
lsan_linux.cc | 26 static THREADLOCAL AllocatorCache allocator_cache; variable in namespace:__lsan 27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ | |
asan_allocator.h | 213 AllocatorCache allocator_cache; member in struct:__asan::AsanThreadLocalMallocStorage |