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

References

projects/compiler-rt/lib/asan/asan_allocator.h
  192 using AllocatorCache = AsanAllocator::AllocatorCache;
projects/compiler-rt/lib/hwasan/hwasan_allocator.h
   59 typedef Allocator::AllocatorCache AllocatorCache;
projects/compiler-rt/lib/lsan/lsan_allocator.h
   95 using AllocatorCache = Allocator::AllocatorCache;
   97 Allocator::AllocatorCache *GetAllocatorCache();
projects/compiler-rt/lib/msan/msan_allocator.cpp
  112 typedef Allocator::AllocatorCache AllocatorCache;
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h
   44   void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) {
   89   void Deallocate(AllocatorCache *cache, void *p) {
   97   void *Reallocate(AllocatorCache *cache, void *p, uptr new_size,
  157   void InitCache(AllocatorCache *cache) {
  161   void DestroyCache(AllocatorCache *cache) {
  165   void SwallowCache(AllocatorCache *cache) {
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h
   40 typedef InternalAllocator::AllocatorCache InternalAllocatorCache;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
   83 typedef Allocator::AllocatorCache AllocatorCache;