wasm-micro-runtime/core/shared/mem-alloc/ems
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_alloc.c Add compilation flag to enable/disable heap corruption check (#2766) 2023-11-15 17:20:50 +08:00
ems_gc_internal.h Add compilation flag to enable/disable heap corruption check (#2766) 2023-11-15 17:20:50 +08:00
ems_gc.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
ems_hmu.c Add compilation flag to enable/disable heap corruption check (#2766) 2023-11-15 17:20:50 +08:00
ems_kfc.c Add compilation flag to enable/disable heap corruption check (#2766) 2023-11-15 17:20:50 +08:00