Searched refs:is_malloc_allowed (Results 1 – 1 of 1) sorted by relevance
139 EIGEN_DEVICE_FUNC inline bool is_malloc_allowed() { return is_malloc_allowed_impl(false); } in is_malloc_allowed() function143 …eigen_assert(is_malloc_allowed() && "heap allocation is forbidden (EIGEN_RUNTIME_NO_MALLOC is defi… in check_that_malloc_is_allowed()