HomeSort by relevance Sort by last modified time
    Searched defs:nomalloc (Results 1 - 3 of 3) 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/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>()) );
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 405 int nomalloc; member in struct:__tsan::ThreadState

Completed in 188 milliseconds