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

  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 244 if (thr->nomalloc) {
245 thr->nomalloc = 0; // CHECK calls internal_malloc().
253 if (thr->nomalloc) {
254 thr->nomalloc = 0; // CHECK calls internal_malloc().
tsan_rtl.cc 506 thr->nomalloc++;
514 thr->nomalloc--;
tsan_rtl.h 436 int nomalloc; member in struct:__tsan::ThreadState
  /external/eigen/test/
nomalloc.cpp 23 template<typename MatrixType> void nomalloc(const MatrixType& m) function
217 CALL_SUBTEST_1(nomalloc(Matrix<float, 1, 1>()) );
218 CALL_SUBTEST_2(nomalloc(Matrix4d()) );
219 CALL_SUBTEST_3(nomalloc(Matrix<float,32,32>()) );

Completed in 175 milliseconds