HomeSort by relevance Sort by last modified time
    Searched refs:nomalloc (Results 1 - 5 of 5) sorted by null

  /external/eigen/test/eigen2/
eigen2_nomalloc.cpp 22 template<typename MatrixType> void nomalloc(const MatrixType& m) function
50 CALL_SUBTEST_1( nomalloc(Matrix<float, 1, 1>()) );
51 CALL_SUBTEST_2( nomalloc(Matrix4d()) );
52 CALL_SUBTEST_3( nomalloc(Matrix<float,32,32>()) );
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 186 if (thr->nomalloc) {
187 thr->nomalloc = 0; // CHECK calls internal_malloc().
195 if (thr->nomalloc) {
196 thr->nomalloc = 0; // CHECK calls internal_malloc().
tsan_rtl.cc 498 thr->nomalloc++;
506 thr->nomalloc--;
tsan_rtl.h 405 int nomalloc; member in struct:__tsan::ThreadState
  /external/eigen/test/
nomalloc.cpp 33 template<typename MatrixType> void nomalloc(const MatrixType& m) function
204 CALL_SUBTEST_1(nomalloc(Matrix<float, 1, 1>()) );
205 CALL_SUBTEST_2(nomalloc(Matrix4d()) );
206 CALL_SUBTEST_3(nomalloc(Matrix<float,32,32>()) );

Completed in 200 milliseconds