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
  127   internal_allocator()->InitCache(&proc->internal_alloc_cache);
  132   internal_allocator()->DestroyCache(&proc->internal_alloc_cache);
  339   return InternalAlloc(sz, &thr->proc()->internal_alloc_cache);
  348   InternalFree(p, &thr->proc()->internal_alloc_cache);
  393   internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache);