游雁
2023-07-06 8545d6b203cfaafc4711242d95e0fee340679620
funasr/runtime/onnxruntime/src/alignedmem.h
@@ -2,9 +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