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
50 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()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc167 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()
Dtsan_rtl.cc484 thr->nomalloc++; in TraceSwitch()
492 thr->nomalloc--; in TraceSwitch()
Dtsan_rtl.h404 int nomalloc; member
/external/eigen/test/
Dnomalloc.cpp33 template<typename MatrixType> void nomalloc(const MatrixType& m) in nomalloc() function
204 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()
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