Searched refs:nomalloc (Results 1 – 8 of 8) sorted by relevance
22 template<typename MatrixType> void nomalloc(const MatrixType& m) in nomalloc() function50 CALL_SUBTEST_1( nomalloc(Matrix<float, 1, 1>()) ); in test_eigen2_nomalloc()51 CALL_SUBTEST_2( nomalloc(Matrix4d()) ); in test_eigen2_nomalloc()52 CALL_SUBTEST_3( nomalloc(Matrix<float,32,32>()) ); in test_eigen2_nomalloc()
167 if (thr->nomalloc) { in internal_alloc()168 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_alloc()176 if (thr->nomalloc) { in internal_free()177 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_free()
484 thr->nomalloc++; in TraceSwitch()492 thr->nomalloc--; in TraceSwitch()
404 int nomalloc; member
33 template<typename MatrixType> void nomalloc(const MatrixType& m) in nomalloc() function204 CALL_SUBTEST_1(nomalloc(Matrix<float, 1, 1>()) ); in test_nomalloc()205 CALL_SUBTEST_2(nomalloc(Matrix4d()) ); in test_nomalloc()206 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