]> granicus.if.org Git - gc/commit
Implement memory unmapping for Sony PS/3
authorJonathan Chambers <joncham@gmail.com>
Sun, 14 Jan 2018 07:23:34 +0000 (10:23 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 14 Jan 2018 07:28:13 +0000 (10:28 +0300)
commit0a58ccfa02b5b51a91f4d9797ef6932a3fba8cf9
tree90957dee0818accca5c019e539952d8c9a884279
parent29ac0186104fc287f592a71e14cc863889b9fb3e
Implement memory unmapping for Sony PS/3
(part of commit 9379c66 from Unity-Technologies/bdwgc)

Issue #173 (bdwgc).

* os_dep.c [USE_MUNMAP && !MSWIN32 && !MSWINCE && SN_TARGET_PS3]:
Include sys/mman.h instead of sys/memory.h.
* os_dep.c [USE_MUNMAP && !USE_WINALLOC && SN_TARGET_PS3]
(GC_unmap): Call ps3_free_mem() instead of mmap().
os_dep.c