Raw File
alignment_32.cpp
#include "runtime_internal.h"

extern "C" WEAK_INLINE int halide_malloc_alignment() {
    return 32;
}
back to top