Searched refs:nomalloc (Results 1 – 8 of 8) 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()
165 if (thr->nomalloc) { in internal_alloc()166 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_alloc()174 if (thr->nomalloc) { in internal_free()175 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_free()
459 thr->nomalloc++; in TraceSwitch()467 thr->nomalloc--; in TraceSwitch()
389 int nomalloc; member
33 template<typename MatrixType> void nomalloc(const MatrixType& m) in nomalloc() function172 CALL_SUBTEST_1(nomalloc(Matrix<float, 1, 1>()) ); in test_nomalloc()173 CALL_SUBTEST_2(nomalloc(Matrix4d()) ); in test_nomalloc()174 CALL_SUBTEST_3(nomalloc(Matrix<float,32,32>()) ); in test_nomalloc()
131 ei_add_test(nomalloc)
6 Gtest-nomalloc.c48 test-mem Ltest-varargs Ltest-nomalloc \130 Ltest_nomalloc_SOURCES = Ltest-nomalloc.c
41 tests/Ltest-nomalloc