]> granicus.if.org Git - gc/commit
Make GC_generic_malloc_ignore_off_page() public
authorIvan Maidanski <ivmai@mail.ru>
Sat, 8 Dec 2012 08:39:07 +0000 (12:39 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 8 Dec 2012 08:39:07 +0000 (12:39 +0400)
commit7bd92c91f5712ff6723eb2479d0442cd6154a10e
treecbe435cc7987311bccef14a3d57d1e112b0f3d72
parent01a088483f6e12d817b589b1ee72972724f428b8
Make GC_generic_malloc_ignore_off_page() public

* include/gc_mark.h (GC_generic_malloc): Refine comment.
* include/gc_mark.h (GC_generic_malloc_ignore_off_page): Move
prototype from gc_priv.h and make it public; add GC_ATTR_MALLOC
attribute.
* include/private/gc_priv.h (GC_generic_malloc): Move comment to
gc_mark.h.
* include/private/gc_priv.h (GC_generic_malloc_ignore_off_page):
Remove GC-inner prototype.
* include/private/gc_priv.h (GC_generic_malloc_inner): Update comment.
* mallocx.c (GC_generic_malloc_ignore_off_page): Likewise.
* mallocx.c (GC_generic_malloc_ignore_off_page): Make public.
include/gc_mark.h
include/private/gc_priv.h
mallocx.c