游雁
2023-07-06 9321718b3a60e9dc48106044c11b892c1e8f4773
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