Open
Description
I have set nursery size use nursery-size=8m
.
it will call alloc_nursery
pass dynamic_nursery: false min_nursery_size: 8388608(8m), max_nursery_size : 8388608(8m)
runtime/src/mono/mono/sgen/sgen-gc.c
Line 3708 in 6d5f8e4
and then:
runtime/src/mono/mono/sgen/sgen-gc.c
Lines 1047 to 1050 in 6d5f8e4
add last call mono_valloc_aligned
, will add size + aligned leading the size to 16m at line 165:
runtime/src/mono/mono/utils/mono-mmap-wasm.c
Lines 158 to 171 in 34e64ad