2009-10-01 Ivan Maidanski <ivmai@mail.ru> (really mostly Andreas Tobler)
authorivmai <ivmai>
Thu, 1 Oct 2009 21:13:37 +0000 (21:13 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:49 +0000 (21:06 +0400)
commit72afdc7d797d58f34c808235555d3e32b14cbad4
treed2b2de9a048d21cd25e0434b4b839075e4a8fceb
parent329303eed766f3a29505142681bf3c9bfc6c7d2d
2009-10-01  Ivan Maidanski <ivmai@mail.ru> (really mostly Andreas Tobler)

* allchblk.c (GC_fail_count, GC_large_alloc_warn_interval): Add
"extern" keyword to a global variable declaration (some compilers
require it).
* alloc.c (GC_bytes_found, GC_unmap_threshold,
GC_force_unmap_on_gcollect): Ditto.
* dyn_load.c (GC_no_win32_dlls, GC_wnt): Ditto.
* finalize.c (GC_fail_count): Ditto.
* include/private/gc_hdrs.h (GC_hdr_cache_hits,
GC_hdr_cache_misses): Ditto.
* mallocx.c (GC_bytes_found): Ditto.
* mark_rts.c (GC_save_regs_ret_val, GC_world_stopped): Ditto.
* misc.c (GC_unmap_threshold): Ditto.
* os_dep.c (GC_unmap_threshold, GC_old_allocator): Ditto.
* pthread_support.c (GC_markers): Ditto.
* thread_local_alloc.c (GC_gcjobjfreelist,
GC_gcj_malloc_initialized, GC_gcj_kind): Ditto.
* win32_threads.c (GC_fault_handler_lock, GC_write_cs,
GC_dont_query_stack_min, GC_markers, GC_wnt): Ditto.
13 files changed:
ChangeLog
allchblk.c
alloc.c
dyn_load.c
finalize.c
include/private/gc_hdrs.h
mallocx.c
mark_rts.c
misc.c
os_dep.c
pthread_support.c
thread_local_alloc.c
win32_threads.c