| Home | Sort by: relevance | last modified time | path |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ | |
| msan_allocator.h | 24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque. member in struct:__msan::MsanThreadLocalMallocStorage |
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ | |
| lsan_linux.cc | 26 static THREADLOCAL AllocatorCache allocator_cache; member 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 |