Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 161041
Collapse All | Expand All

(-)o/alloc.c (-1 / +1 lines)
Lines 130-136 eg to add 20 more do (si::set-hole-size Link Here
130
		       }
130
		       }
131
		}
131
		}
132
		holepage -= n;
132
		holepage -= n;
133
		if (heap_end == core_end)
133
		if (heap_end >= core_end)
134
		  /* can happen when mallocs occur before rel block set up..*/
134
		  /* can happen when mallocs occur before rel block set up..*/
135
		  { sbrk(PAGESIZE*n) ;
135
		  { sbrk(PAGESIZE*n) ;
136
		    core_end += PAGESIZE*n;
136
		    core_end += PAGESIZE*n;

Return to bug 161041