Searched refs:EIGEN_STACK_ALLOCATION_LIMIT (Results 1 – 10 of 10) sorted by relevance
16 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
15 #define EIGEN_STACK_ALLOCATION_LIMIT 100000000 macro
22 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
12 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
299 #ifndef EIGEN_STACK_ALLOCATION_LIMIT301 #define EIGEN_STACK_ALLOCATION_LIMIT 131072 macro
592 … (sizeof(TYPE)*SIZE<=EIGEN_STACK_ALLOCATION_LIMIT) ? EIGEN_ALIGNED_ALLOCA(sizeof(TYPE)*SIZE) \594 …tack_memory_destructor)((BUFFER)==0 ? NAME : 0,SIZE,sizeof(TYPE)*SIZE>EIGEN_STACK_ALLOCATION_LIMIT)
30 #if EIGEN_STACK_ALLOCATION_LIMIT in check_static_allocation_size()31 …EIGEN_STATIC_ASSERT(Size * sizeof(T) <= EIGEN_STACK_ALLOCATION_LIMIT, OBJECT_ALLOCATED_ON_STACK_IS… in check_static_allocation_size()
91 …c) || (BasePlainObject::SizeAtCompileTime*int(sizeof(Scalar)) < int(EIGEN_STACK_ALLOCATION_LIMIT)),
17 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
75 …- \b EIGEN_STACK_ALLOCATION_LIMIT - defines the maximum bytes for a buffer to be allocated on the …