projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b30362e
)
Don't call OS_free_pages after GC flip. We don't resize the heap and we will be...
author
Joe Marshall
<eval.apply@gmail.com>
Thu, 22 Sep 2011 18:51:25 +0000
(11:51 -0700)
committer
Joe Marshall
<eval.apply@gmail.com>
Thu, 22 Sep 2011 18:51:25 +0000
(11:51 -0700)
src/microcode/memmag.c
patch
|
blob
|
history
diff --git
a/src/microcode/memmag.c
b/src/microcode/memmag.c
index 45580386f08e2089e193e76c31e1c60651cc6a39..739e543fb46bb4c14d8116c8c34bdc0301a3b673 100644
(file)
--- a/
src/microcode/memmag.c
+++ b/
src/microcode/memmag.c
@@
-326,7
+326,6
@@
void
std_gc_pt2 (void)
{
SCHEME_OBJECT * p = (get_newspace_ptr ());
- OS_free_pages (heap_start, heap_end);
(void) save_tospace (save_tospace_copy, 0);
Free = p;