]> granicus.if.org Git - gc/commit
Prefix PREFETCH_FOR_WRITE with GC_ as used in gc_inline.h public header
authorIvan Maidanski <ivmai@mail.ru>
Mon, 28 Dec 2015 16:11:43 +0000 (19:11 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 28 Dec 2015 16:11:43 +0000 (19:11 +0300)
commit7bf1d7d64fa8b06419d1a9ffef0fc2018dd249c9
tree818817c99170be5b17eb6f2d22d344b7dfeda47b
parentd80a05927330b7148b3b13c9dc56b07024c4202d
Prefix PREFETCH_FOR_WRITE with GC_ as used in gc_inline.h public header

* doc/porting.html: Rename PREFETCH_FOR_WRITE to GC_PREFETCH_FOR_WRITE.
* fnlz_mlc.c (GC_finalized_malloc): Likewise.
* include/gc_inline.h (GC_FAST_MALLOC_GRANS): Likewise.
* include/private/gcconfig.h: Likewise.
* new_hblk.c (GC_build_fl_clear4, GC_build_fl4, GC_build_fl): Likewise.
* include/gc_inline.h (GC_PREFETCH_FOR_WRITE): Define to no-op if
undefined.
doc/porting.html
fnlz_mlc.c
include/gc_inline.h
include/private/gcconfig.h
new_hblk.c