Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp341 if (thr->nomalloc) { in internal_alloc()
342 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_alloc()
350 if (thr->nomalloc) { in internal_free()
351 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_free()
H A Dtsan_rtl.cpp616 thr->nomalloc++; in TraceSwitch()
624 thr->nomalloc--; in TraceSwitch()
H A Dtsan_rtl.h437 int nomalloc; member