MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / conditional_aligned_malloc

Function conditional_aligned_malloc

include/Eigen/src/Core/util/Memory.h:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 */
274template <bool Align>
275EIGEN_DEVICE_FUNC inline void* conditional_aligned_malloc(std::size_t size) {
276 return aligned_malloc(size);
277}
278
279template <>
280EIGEN_DEVICE_FUNC inline void* conditional_aligned_malloc<false>(std::size_t size) {

Callers

nothing calls this directly

Calls 1

aligned_mallocFunction · 0.85

Tested by

no test coverage detected