wasm-micro-runtime/core/shared/mem-alloc/ems
TianlongLiang 7c0471097d Enhance memory profiling with structured logging support
- Enable memory profiling and structured logging in CMake configuration.
- Update memory tracing definitions to support custom sections.
- Replace os_printf with MEM_PROF_PRINTF for memory-related outputs.
- Add verbose logging for memory consumption in various modules.
2026-03-31 13:29:22 +08:00
..
ems_alloc.c fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
ems_gc_internal.h fix integer overflow in gc threshold calculation (#4546) 2025-08-19 08:53:28 +08:00
ems_gc.c Fix memory leak in GC when rootset enumeration fails (#4793) 2026-01-26 09:12:23 +08:00
ems_gc.h fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
ems_hmu.c fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
ems_kfc.c Enhance memory profiling with structured logging support 2026-03-31 13:29:22 +08:00