wasm-micro-runtime/core/shared/mem-alloc/ems
YAMAMOTO Takashi 1a61cb75e1
Appease GCC -Wformat ()
I'm not sure we want to use C99 %tu here.
While C99 %zu is more widely used in WAMR, %tu is rare (if any)
and I'm not sure if it's ubiquitously implemented in platforms
we support.
2024-09-10 14:53:11 +08:00
..
ems_alloc.c Appease GCC -Wformat () 2024-09-10 14:53:11 +08:00
ems_gc_internal.h Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT () 2024-02-06 20:47:11 +08:00
ems_gc.c Fix warnings/issues reported in Windows and by CodeQL/Coverity () 2024-04-07 11:57:31 +08:00
ems_gc.h Fix compilation warnings () 2024-08-14 16:08:10 +08:00
ems_hmu.c Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT () 2024-02-06 20:47:11 +08:00
ems_kfc.c Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT () 2024-02-06 20:47:11 +08:00