shixian.shi
2023-08-16 57875a51d9e33754149f54e14304ee4fb27e4519
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