Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h232 int nomalloc; member
H A Dtsan_rtl.cpp670 thr->nomalloc = false; in CheckUnwind()