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()
200 if (thr->nomalloc) { in internal_alloc()201 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_alloc()210 if (thr->nomalloc) { in internal_free()211 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_free()
315 thr->nomalloc++; in TraceSwitch()324 thr->nomalloc--; in TraceSwitch()
457 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)