Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc244 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()
Dtsan_rtl.cc506 thr->nomalloc++; in TraceSwitch()
514 thr->nomalloc--; in TraceSwitch()
Dtsan_rtl.h436 int nomalloc; member
/external/eigen/test/
Dnomalloc.cpp23 template<typename MatrixType> void nomalloc(const MatrixType& m) in nomalloc() function
217 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()
DCMakeLists.txt154 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