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

References

projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
   28 static AllocatorCache fallback_allocator_cache;
   91 void AllocatorSwallowThreadLocalCache(AllocatorCache *cache) {
  121     AllocatorCache *cache = &fallback_allocator_cache;
  232     AllocatorCache *cache = &fallback_allocator_cache;
projects/compiler-rt/lib/hwasan/hwasan_allocator.h
   61 void AllocatorSwallowThreadLocalCache(AllocatorCache *cache);
projects/compiler-rt/lib/hwasan/hwasan_thread.h
   49   AllocatorCache *allocator_cache() { return &allocator_cache_; }
   85   AllocatorCache allocator_cache_;