re-org ems mem allocator source codes, update prot_wamr.md (#217)

This commit is contained in:
Xu Jun
2020-03-30 11:06:39 +08:00
committed by GitHub
parent 31feaa0a88
commit d9890d2ccb
11 changed files with 365 additions and 654 deletions

View File

@ -118,7 +118,10 @@ enum {
#endif
/* Heap and stack profiling */
#define BEIHAI_ENABLE_MEMORY_PROFILING 0
#define BH_ENABLE_MEMORY_PROFILING 0
/* Heap verification */
#define BH_ENABLE_GC_VERIFY 0
/* Max app number of all modules */
#define MAX_APP_INSTALLATIONS 3