Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp420 if (thr->nomalloc) { in Alloc()
421 thr->nomalloc = 0; // CHECK calls internal_malloc(). in Alloc()
430 if (thr->nomalloc) { in FreeImpl()
431 thr->nomalloc = 0; // CHECK calls internal_malloc(). in FreeImpl()
H A Dtsan_rtl.h232 int nomalloc; member
H A Dtsan_rtl.cpp671 thr->nomalloc = false; in CheckUnwind()