hnluo
2023-06-02 6123c2cda684b59831b0c56be6b17d2fb603f72a
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