Home
last modified time | relevance | path

Searched refs:throw_std_bad_alloc (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMemory.h85 inline void throw_std_bad_alloc() in throw_std_bad_alloc() function
232 throw_std_bad_alloc(); in aligned_malloc()
287 throw_std_bad_alloc(); in aligned_realloc()
310 throw_std_bad_alloc();
366 throw_std_bad_alloc(); in check_size_for_overflow()
/external/eigen/Eigen/src/SparseCore/
DSparseMatrix.h295 if (!m_innerNonZeros) internal::throw_std_bad_alloc();
328 if (!newOuterIndex) internal::throw_std_bad_alloc();
549 if (!newInnerNonZeros) internal::throw_std_bad_alloc();
559 if (!m_innerNonZeros) internal::throw_std_bad_alloc();
582 if (!newOuterIndex) internal::throw_std_bad_alloc();
605 if (!m_outerIndex) internal::throw_std_bad_alloc();
/external/eigen/Eigen/src/Core/
DPlainObjectBase.h46 throw_std_bad_alloc();