Home
last modified time | relevance | path

Searched refs:nomalloc (Results 1 – 6 of 6) sorted by relevance

/external/eigen/test/eigen2/
Deigen2_nomalloc.cpp22 template<typename MatrixType> void nomalloc(const MatrixType& m) in nomalloc() function
60 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()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc200 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()
Dtsan_rtl.cc315 thr->nomalloc++; in TraceSwitch()
324 thr->nomalloc--; in TraceSwitch()
Dtsan_rtl.h457 int nomalloc; member
/external/eigen/test/
Dnomalloc.cpp27 template<typename MatrixType> void nomalloc(const MatrixType& m) in nomalloc() function
167 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()
DCMakeLists.txt107 ei_add_test(nomalloc)