diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-25 03:03:14 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-25 03:03:14 +0000 |
commit | 8e86a8789d7a82b6f389c7c9052ba250933fafcb (patch) | |
tree | 575ef0143266ff2f57b09fe0143e9a412b1fb27f /boehm-gc/mallocx.c | |
parent | 81aeb57750e78fcb33d69a741e75754851058883 (diff) | |
download | ppe42-gcc-8e86a8789d7a82b6f389c7c9052ba250933fafcb.tar.gz ppe42-gcc-8e86a8789d7a82b6f389c7c9052ba250933fafcb.zip |
Import Boehm GC version 6.6.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110204 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/mallocx.c')
-rw-r--r-- | boehm-gc/mallocx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boehm-gc/mallocx.c b/boehm-gc/mallocx.c index d45f21e8e51..5ad593dabb9 100644 --- a/boehm-gc/mallocx.c +++ b/boehm-gc/mallocx.c @@ -172,7 +172,8 @@ int obj_kind; # endif /* REDIRECT_REALLOC */ -/* The same thing, except caller does not hold allocation lock. */ +/* Allocate memory such that only pointers to near the */ +/* beginning of the object are considered. */ /* We avoid holding allocation lock while we clear memory. */ ptr_t GC_generic_malloc_ignore_off_page(lb, k) register size_t lb; |