Searched refs:set_is_malloc_allowed (Results 1 – 4 of 4) sorted by relevance
403 internal::set_is_malloc_allowed(false); in svd_preallocate()406 internal::set_is_malloc_allowed(true); in svd_preallocate()411 internal::set_is_malloc_allowed(false); in svd_preallocate()413 internal::set_is_malloc_allowed(true); in svd_preallocate()420 internal::set_is_malloc_allowed(false); in svd_preallocate()422 internal::set_is_malloc_allowed(true); in svd_preallocate()425 internal::set_is_malloc_allowed(false); in svd_preallocate()427 internal::set_is_malloc_allowed(true); in svd_preallocate()431 internal::set_is_malloc_allowed(false); in svd_preallocate()433 internal::set_is_malloc_allowed(true); in svd_preallocate()
213 Eigen::internal::set_is_malloc_allowed(false); in test_nomalloc()
140 EIGEN_DEVICE_FUNC inline bool set_is_malloc_allowed(bool new_value) { return is_malloc_allowed_impl… in set_is_malloc_allowed() function
165 …calling <tt>set_is_malloc_allowed(bool)</tt>. If malloc is not allowed and %Eigen tries to allocat…