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

Declarations

projects/compiler-rt/lib/lsan/lsan_allocator.h
   97 Allocator::AllocatorCache *GetAllocatorCache();

References

projects/compiler-rt/lib/lsan/lsan_allocator.cpp
   46   allocator.SwallowCache(GetAllocatorCache());
   84   void *p = allocator.Allocate(GetAllocatorCache(), size, alignment);
  114   allocator.Deallocate(GetAllocatorCache(), p);
  121     allocator.Deallocate(GetAllocatorCache(), p);
  124   p = allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment);
  130   *begin = (uptr)GetAllocatorCache();