shixian.shi
2023-05-05 91a2f3e3a7b34761f832a35947dce60ed9c75d69
funasr/runtime/onnxruntime/src/alignedmem.h
@@ -2,8 +2,6 @@
#ifndef ALIGNEDMEM_H
#define ALIGNEDMEM_H
extern void *AlignedMalloc(size_t alignment, size_t required_bytes);
extern void AlignedFree(void *p);