reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
131 *end = *begin + sizeof(AllocatorCache);
projects/compiler-rt/lib/lsan/lsan_linux.cpp25 static THREADLOCAL AllocatorCache allocator_cache; 26 AllocatorCache *GetAllocatorCache() { return &allocator_cache; }