fix GC double counting of big gen0 pages

svn: r17651
This commit is contained in:
Matthew Flatt 2010-01-14 18:09:41 +00:00
parent 9a50b999e2
commit 857c3bbb17

View File

@ -653,8 +653,6 @@ static void *allocate_big(const size_t request_size_bytes, int type)
else
addr = malloc_pages(gc, round_to_apage_size(allocate_size), APAGE_SIZE);
gc->gen0.current_size += allocate_size;
bpage = malloc_mpage();
bpage->addr = addr;
bpage->size = allocate_size;