Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc326 if (thr->nomalloc) { in internal_alloc()
327 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_alloc()
335 if (thr->nomalloc) { in internal_free()
336 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_free()
H A Dtsan_rtl.cc559 thr->nomalloc++; in TraceSwitch()
567 thr->nomalloc--; in TraceSwitch()
H A Dtsan_rtl.h452 int nomalloc; member