HomeSort by: relevance | last modified time | path
    Searched refs:nomalloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 326 if (thr->nomalloc) {
327 thr->nomalloc = 0; // CHECK calls internal_malloc().
335 if (thr->nomalloc) {
336 thr->nomalloc = 0; // CHECK calls internal_malloc().
tsan_rtl.cc 559 thr->nomalloc++;
567 thr->nomalloc--;
tsan_rtl.h 452 int nomalloc; member in struct:__tsan::ThreadState

Completed in 14 milliseconds