Prefix internal durango_get_mem symbol with 'GC_'
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Nov 2018 09:03:04 +0000 (12:03 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 28 Nov 2018 09:44:51 +0000 (12:44 +0300)
commitad3409469f935d98a1551678da866a620b2e7e08
treedc6f16b1d655daead62bed391576703a03b6bf87
parent02d705b3a1d58c754e0eadbb901813310e062b64
Prefix internal durango_get_mem symbol with 'GC_'
(code refactoring of commit d16debf3e)

Issue #173 (bdwgc).

* include/private/gcconfig.h [MSWIN_XBOX1] (durango_get_mem): Rename
to GC_durango_get_mem; change return type from void* to ptr_t; remove
page_size argument.
* os_dep.c [MSWIN_XBOX1] (durango_get_mem): Likewise.
* include/private/gcconfig.h [MSWIN_XBOX1] (GET_MEM): Use
GC_durango_get_mem (instead of durango_get_mem).
include/private/gcconfig.h
os_dep.c