diff options
author | hboehm <hboehm> | 2007-06-24 02:19:31 +0000 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-07-26 21:06:40 +0400 |
commit | 3f66e8f0bc80d05708b7807d9019e5dca1269d6d (patch) | |
tree | 2531b55d7dd3fa0d6abfc35cd7478cede6da6d95 /mallocx.c | |
parent | 154eb2b0d0ca1ca5932cd597dc09f810b61ce946 (diff) | |
download | bdwgc-3f66e8f0bc80d05708b7807d9019e5dca1269d6d.tar.gz |
2007-06-23 Hans Boehm <Hans.Boehm@hp.com>
* alloc.c: Also use GC_check_tls on non-Linux systems.
* mallocx.c (GC_reclaim_generic): Remove bogus declaration.
* include/private/gc_priv.h (GC_reclaim_generic): Declare correctly
with prototype.
Diffstat (limited to 'mallocx.c')
-rw-r--r-- | mallocx.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -250,9 +250,6 @@ volatile signed_word GC_bytes_allocd_tmp = 0; /* expensive.) */ #endif /* PARALLEL_MARK */ -/* See reclaim.c: */ -extern ptr_t GC_reclaim_generic(); - /* Return a list of 1 or more objects of the indicated size, linked */ /* through the first word in the object. This has the advantage that */ /* it acquires the allocation lock only once, and may greatly reduce */ |