wasm-micro-runtime/core/shared
Wenyong Huang 52db362b89
Refine lock/unlock shared memory (#2682)
Split memory instance's field `uint32 ref_count` into `bool is_shared_memory`
and `uint16 ref_count`, and lock the memory only when `is_shared_memory`
flag is true, no need to acquire a lock for non-shared memory when shared
memory feature is enabled.
2023-10-31 11:46:03 +08:00
..
coap Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
mem-alloc Fix a heap corruption bug in ems realloc (#2279) 2023-06-09 21:36:00 +08:00
platform Apply no_sanitize_address for clang compiler in several places (#2663) 2023-10-25 08:05:26 +08:00
utils Refine lock/unlock shared memory (#2682) 2023-10-31 11:46:03 +08:00