[runtime] Use a separate implementation of mono-mmap.c for wasm, the default mmap...
commit9c4f2281e212d9241bb3607fc00af09320364287
authorZoltan Varga <vargaz@gmail.com>
Thu, 29 Nov 2018 23:02:54 +0000 (29 18:02 -0500)
committerGitHub <noreply@github.com>
Thu, 29 Nov 2018 23:02:54 +0000 (29 18:02 -0500)
tree5e88cf7061fc9f8a5299cb1d1c9012f56a2e8ee1
parent32beba680eda59a95894713388116cf904eaf453
[runtime] Use a separate implementation of mono-mmap.c for wasm, the default mmap based implementation doesn't work because munmap () cannot free memory inside mappings. (#11840)
mono/utils/Makefile.am
mono/utils/mono-mmap-wasm.c [new file with mode: 0644]
mono/utils/mono-mmap.c