wasm-micro-runtime/core/shared/utils
Marcin Kolny a27ddece7f
Always allocate linear memory using mmap (#3052)
With this approach we can omit using memset() for the newly allocated memory
therefore the physical pages are not being used unless touched by the program.

This also simplifies the implementation.
2024-02-02 22:17:44 +08:00
..
uncommon
bh_assert.c
bh_assert.h
bh_atomic.h
bh_bitmap.c
bh_bitmap.h Fix compilation warnings on Windows (#2868) 2023-12-06 16:12:33 +08:00
bh_common.c
bh_common.h
bh_hashmap.c Fix some issues reported by CodeQL (#3064) 2024-01-23 21:38:30 +08:00
bh_hashmap.h
bh_list.c
bh_list.h
bh_log.c Forward log and log level to custom bh_log callback (#3070) 2024-01-24 13:05:07 +08:00
bh_log.h Forward log and log level to custom bh_log callback (#3070) 2024-01-24 13:05:07 +08:00
bh_memutils.c Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00
bh_memutils.h Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00
bh_platform.h
bh_queue.c
bh_queue.h
bh_vector.c
bh_vector.h
gnuc.h
runtime_timer.c Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
runtime_timer.h
SConscript
shared_utils.cmake