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 Add compilation flag to enable/disable heap corruption check (#2766) 2023-11-15 17:20:50 +08:00
mem_alloc.c Enable memory leak check (#1429) 2022-09-01 16:15:00 +08:00
mem_alloc.cmake Add compilation flag to enable/disable heap corruption check (#2766) 2023-11-15 17:20:50 +08:00
mem_alloc.h Enable memory leak check (#1429) 2022-09-01 16:15:00 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00