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
  335   if (thr->nomalloc) {
  336     thr->nomalloc = 0;  // CHECK calls internal_malloc().
  344   if (thr->nomalloc) {
  345     thr->nomalloc = 0;  // CHECK calls internal_malloc().
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  566   thr->nomalloc++;
  574   thr->nomalloc--;