Searched refs:nomalloc (Results 1 – 6 of 6) sorted by relevance
22 template<typename MatrixType> void nomalloc(const MatrixType& m) in nomalloc() function60 CALL_SUBTEST_1( nomalloc(Matrix<float, 1, 1>()) ); in test_eigen2_nomalloc()61 CALL_SUBTEST_2( nomalloc(Matrix4d()) ); in test_eigen2_nomalloc()62 CALL_SUBTEST_3( nomalloc(Matrix<float,32,32>()) ); in test_eigen2_nomalloc()
115 if (thr->nomalloc) { in internal_alloc()116 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_alloc()125 if (thr->nomalloc) { in internal_free()126 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_free()
250 thr->nomalloc++; in TraceSwitch()257 thr->nomalloc--; in TraceSwitch()
296 int nomalloc; member
27 template<typename MatrixType> void nomalloc(const MatrixType& m) in nomalloc() function167 CALL_SUBTEST_1(nomalloc(Matrix<float, 1, 1>()) ); in test_nomalloc()168 CALL_SUBTEST_2(nomalloc(Matrix4d()) ); in test_nomalloc()169 CALL_SUBTEST_3(nomalloc(Matrix<float,32,32>()) ); in test_nomalloc()
107 ei_add_test(nomalloc)