zhaomingwork
2023-05-25 21c590ad67bb00cf29c23b85666301359fb0e6e0
funasr/runtime/onnxruntime/src/alignedmem.h
@@ -2,7 +2,9 @@
#ifndef ALIGNEDMEM_H
#define ALIGNEDMEM_H
namespace funasr {
extern void *AlignedMalloc(size_t alignment, size_t required_bytes);
extern void AlignedFree(void *p);
} // namespace funasr
#endif