1 #include "runtime_internal.h"
2 
halide_malloc_alignment()3 extern "C" WEAK_INLINE int halide_malloc_alignment() {
4     return 32;
5 }
6