wasm-micro-runtime/core/shared/mem-alloc
Wenyong Huang 40d33d806b
Add compilation flag to enable/disable heap corruption check (#2766)
Heap corruption check in ems memory allocator is enabled by default
to improve the security, but it may impact the performance a lot, this
PR adds cmake variable and compiler flag to enable/disable it.
2023-11-15 17:20:50 +08:00
..
ems
mem_alloc.c
mem_alloc.cmake
mem_alloc.h
SConscript