wasm-micro-runtime/core/shared/mem-alloc
Huang Qi 4cc4625a2b
Cleanup output format warnings ()
Use `PRIxxx` related macros to format the output strings so as to clear
compile warnings, e.g. PRIu32, PRId32, PRIX32, PRIX64 and so on.
And add the related macro definitions in platform_common.h if they
are not defined, as some compilers might not support them.
2021-12-20 15:51:36 +08:00
..
ems Cleanup output format warnings () 2021-12-20 15:51:36 +08:00
mem_alloc.c Apply clang-format for core/shared and product-mini files () 2021-10-14 09:12:07 +08:00
mem_alloc.cmake Re-org memory allocation interfaces, add --stack-size and --heap-size option () 2020-03-10 19:54:44 +08:00
mem_alloc.h Apply clang-format for core/shared and product-mini files () 2021-10-14 09:12:07 +08:00
SConscript add porting codes of rt-thread () 2021-01-14 11:26:35 +08:00