Searched refs:nomalloc (Results 1 - 5 of 5) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_nomalloc.cpp22 template<typename MatrixType> void nomalloc(const MatrixType& m) function
60 CALL_SUBTEST_1( nomalloc(Matrix<float, 1, 1>()) );
61 CALL_SUBTEST_2( nomalloc(Matrix4d()) );
62 CALL_SUBTEST_3( nomalloc(Matrix<float,32,32>()) );
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc165 if (thr->nomalloc) {
166 thr->nomalloc = 0; // CHECK calls internal_malloc().
174 if (thr->nomalloc) {
175 thr->nomalloc = 0; // CHECK calls internal_malloc().
H A Dtsan_rtl.cc459 thr->nomalloc++;
467 thr->nomalloc--;
H A Dtsan_rtl.h389 int nomalloc; member in struct:__tsan::ThreadState
/external/eigen/test/
H A Dnomalloc.cpp33 template<typename MatrixType> void nomalloc(const MatrixType& m) function
172 CALL_SUBTEST_1(nomalloc(Matrix<float, 1, 1>()) );
173 CALL_SUBTEST_2(nomalloc(Matrix4d()) );
174 CALL_SUBTEST_3(nomalloc(Matrix<float,32,32>()) );

Completed in 109 milliseconds