Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/util/
DMemory.h22 #ifndef EIGEN_MALLOC_ALREADY_ALIGNED
54 #define EIGEN_MALLOC_ALREADY_ALIGNED 1 macro
56 #define EIGEN_MALLOC_ALREADY_ALIGNED 0 macro
219 #elif EIGEN_MALLOC_ALREADY_ALIGNED in aligned_malloc()
242 #elif EIGEN_MALLOC_ALREADY_ALIGNED in aligned_free()
267 #elif EIGEN_MALLOC_ALREADY_ALIGNED in aligned_realloc()
/external/eigen/Eigen/
DQtAlignedMalloc7 #if (!EIGEN_MALLOC_ALREADY_ALIGNED)
/external/eigen/doc/
DPreprocessorDirectives.dox58 …- \b EIGEN_MALLOC_ALREADY_ALIGNED - Can be set to 0 or 1 to tell whether default system malloc alr…