HomeSort by relevance Sort by last modified time
    Searched refs:nomalloc (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 115 if (thr->nomalloc) {
116 thr->nomalloc = 0; // CHECK calls internal_malloc().
125 if (thr->nomalloc) {
126 thr->nomalloc = 0; // CHECK calls internal_malloc().
tsan_rtl.cc 250 thr->nomalloc++;
257 thr->nomalloc--;
tsan_rtl.h 296 int nomalloc; member in struct:__tsan::ThreadState

Completed in 28 milliseconds