This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core
Wenyong Huang 686733170c
Enhance ems memory allocator (#544)
The total size actually allocated by ealloc_hmu() might be larger than the size required to allocate, we reset the total size after allocating, so that if heap verification feature is enabled, the data to verify can be written to the right place of the suffix verification area. And in gc_realloc_vo_internal(), free the heap lock until the original data is copied to new object to return.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-02-25 11:53:17 +08:00
..
app-framework Modify os_cond_reltimedwait to support long time wait (#461) 2020-12-07 17:37:53 +08:00
app-mgr Fix timer setTimeout issue and some coding style issues (#459) 2020-12-04 18:07:52 +08:00
deps Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
iwasm Fix windows aot loader fail to resolve symbol issue (#540) 2021-02-23 20:55:50 +08:00
shared Enhance ems memory allocator (#544) 2021-02-25 11:53:17 +08:00
config.h add uvwasi implementation to support wasi on windows [experimental] (#534) 2021-02-22 14:17:46 +08:00