Searched refs:nomalloc (Results 1 – 7 of 7) sorted by relevance
244 if (thr->nomalloc) { in internal_alloc()245 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_alloc()253 if (thr->nomalloc) { in internal_free()254 thr->nomalloc = 0; // CHECK calls internal_malloc(). in internal_free()
506 thr->nomalloc++; in TraceSwitch()514 thr->nomalloc--; in TraceSwitch()
436 int nomalloc; member
23 template<typename MatrixType> void nomalloc(const MatrixType& m) in nomalloc() function217 CALL_SUBTEST_1(nomalloc(Matrix<float, 1, 1>()) ); in test_nomalloc()218 CALL_SUBTEST_2(nomalloc(Matrix4d()) ); in test_nomalloc()219 CALL_SUBTEST_3(nomalloc(Matrix<float,32,32>()) ); in test_nomalloc()
154 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