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

References

projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
  126   allocator()->InitCache(&proc->alloc_cache);
  131   allocator()->DestroyCache(&proc->alloc_cache);
  163   void *p = allocator()->Allocate(&thr->proc()->alloc_cache, sz, align);
  182   allocator()->Deallocate(&thr->proc()->alloc_cache, p);
  392   allocator()->SwallowCache(&thr->proc()->alloc_cache);