reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/lsan/lsan_allocator.cpp
  131   *end = *begin + sizeof(AllocatorCache);
projects/compiler-rt/lib/lsan/lsan_linux.cpp
   25 static THREADLOCAL AllocatorCache allocator_cache;
   26 AllocatorCache *GetAllocatorCache() { return &allocator_cache; }