Home
last modified time | relevance | path

Searched refs:nomalloc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp359 if (thr->nomalloc) { in Alloc()
360 thr->nomalloc = 0; // CHECK calls internal_malloc(). in Alloc()
369 if (thr->nomalloc) { in FreeImpl()
370 thr->nomalloc = 0; // CHECK calls internal_malloc(). in FreeImpl()
H A Dtsan_rtl.cpp690 thr->nomalloc++; in TraceSwitch()
698 thr->nomalloc--; in TraceSwitch()
H A Dtsan_rtl.h208 int nomalloc; member
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp381 if (thr->nomalloc) { in Alloc()
382 thr->nomalloc = 0; // CHECK calls internal_malloc(). in Alloc()
391 if (thr->nomalloc) { in FreeImpl()
392 thr->nomalloc = 0; // CHECK calls internal_malloc(). in FreeImpl()
H A Dtsan_rtl.h230 int nomalloc; member
H A Dtsan_rtl.cpp667 thr->nomalloc = false; in CheckUnwind()