Home
last modified time | relevance | path

Searched refs:nomalloc (Results 1 – 8 of 8) 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.cc165 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()
Dtsan_rtl.cc459 thr->nomalloc++; in TraceSwitch()
467 thr->nomalloc--; in TraceSwitch()
Dtsan_rtl.h389 int nomalloc; member
/external/eigen/test/
Dnomalloc.cpp33 template<typename MatrixType> void nomalloc(const MatrixType& m) in nomalloc() function
172 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()
DCMakeLists.txt131 ei_add_test(nomalloc)
/external/libunwind/tests/
DMakefile.am6 Gtest-nomalloc.c
48 test-mem Ltest-varargs Ltest-nomalloc \
130 Ltest_nomalloc_SOURCES = Ltest-nomalloc.c
/external/libunwind/
D.gitignore41 tests/Ltest-nomalloc