pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-10-09
2013-10-09 15:12:02 by Arne Goedeke <el@laramies.com>
303609e884d3bbda69ef2041d64463fe020a7ffb (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
block_allocator: reuse pages used by the gc
2057:
if (!gc_keep_markers) cleanup_markers();
-
ba_
destroy
(&gc_rec_frame_allocator);
-
ba_
destroy
(&ba_mixed_frame_allocator);
+
ba_
free_all
(&gc_rec_frame_allocator);
+
ba_
free_all
(&ba_mixed_frame_allocator);
#ifdef PIKE_DEBUG if (gc_is_watching) {