Zhihao Du
2023-06-16 613b2f417217e74b222c438e07c36cfdf9d7523e
funasr/runtime/onnxruntime/src/alignedmem.cpp
@@ -1,4 +1,6 @@
#include "precomp.h"
namespace funasr {
void *AlignedMalloc(size_t alignment, size_t required_bytes)
{
    void *p1;  // original block
@@ -16,3 +18,4 @@
{
    free(((void **)p)[-1]);
}
} // namespace funasr