summaryrefslogtreecommitdiff
path: root/os_dep.c
diff options
context:
space:
mode:
authorJukka Jylanki <jujjyl@gmail.com>2022-11-22 11:35:46 +0200
committerIvan Maidanski <ivmai@mail.ru>2022-11-23 08:33:13 +0300
commit421d2612e45bdc8305a220ee06f93461ed979d6d (patch)
treea926da57db36d4e98636a9ccff3422129e75e62e /os_dep.c
parenta049f37475303c458b684e9e4b5b9746210b163a (diff)
downloadbdwgc-421d2612e45bdc8305a220ee06f93461ed979d6d.tar.gz
Use sbrk() to get OS memory on Emscripten
Issue #505 (bdwgc). Disable targeting memory mapping features with WebAssembly since it does not support them. * include/private/gcconfig.h [I386 && EMSCRIPTEN] (USE_MMAP_ANON): Do not define. * include/private/gcconfig.h [I386 && EMSCRIPTEN] (USE_MMAP): Undefine. * include/private/gcconfig.h [I386 && EMSCRIPTEN] (USE_MUNMAP): Update comment.
Diffstat (limited to 'os_dep.c')
0 files changed, 0 insertions, 0 deletions