2007-06-19 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Tue, 19 Jun 2007 18:27:41 +0000 (18:27 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:40 +0000 (21:06 +0400)
commit154eb2b0d0ca1ca5932cd597dc09f810b61ce946
treeccd012c4cdac35c9eaa303b5ff3785cd3354760d
parent675f396ea2813ce4e6d0b0dc87ae0f92f1ea4369
2007-06-19  Hans Boehm <Hans.Boehm@hp.com>

* alloc.c (GC_adj_bytes_allocd): Avoid (long) casts, fix comment.
(GC_print_heap_sects): Use size_t instead of unsigned long.
* thread_local_alloc.c (GC_lookup_thread): Define in the correct
context.
* win32_threads.c, include/gc_config_macros.h: The last of Romano
Paolo Tenca's patch.  Move stdint.h include to gc_config_macros.h.
* include/gc_inline.h: Avoid gc_priv.h dependencies.
* tests/test.c (check_heap_stats): Replace unsigned long with size_t.
ChangeLog
alloc.c
include/gc_config_macros.h
include/gc_inline.h
tests/test.c
thread_local_alloc.c
win32_threads.c