Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/util/
DMemory.h139 EIGEN_DEVICE_FUNC inline bool is_malloc_allowed() { return is_malloc_allowed_impl(false); } in is_malloc_allowed() function
143 …eigen_assert(is_malloc_allowed() && "heap allocation is forbidden (EIGEN_RUNTIME_NO_MALLOC is defi… in check_that_malloc_is_allowed()