X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=boehm-gc%2Fmallocx.c;h=5ad593dabb9961d1a1792428744f214ac61132e2;hb=8d12fd47795fa7b16359dd8bc11ec13a7595f20e;hp=d45f21e8e51d642601d9a7499ed8228f9a6615cf;hpb=e08a5204e5f7a3c3a15588de39202f9579ba0e79;p=pf3gnuchains%2Fgcc-fork.git 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;