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

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  136   QuarantineCallback(AllocatorCache *cache, BufferedStackTrace *stack)
  180   AllocatorCache* const cache_;
  208 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
  246   AllocatorCache fallback_allocator_cache;
  451       AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
  455       AllocatorCache *cache = &fallback_allocator_cache;
  598       AllocatorCache *ac = GetAllocatorCache(ms);
  603       AllocatorCache *ac = &fallback_allocator_cache;
  697     AllocatorCache *ac = GetAllocatorCache(ms);
projects/compiler-rt/lib/asan/asan_allocator.h
  196   AllocatorCache allocator_cache;