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

References

projects/compiler-rt/lib/msan/msan_allocator.cpp
  115 static AllocatorCache fallback_allocator_cache;
  123 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) {
  145     AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
  149     AllocatorCache *cache = &fallback_allocator_cache;
  193     AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
  197     AllocatorCache *cache = &fallback_allocator_cache;