pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2012-10-29
2012-10-29 17:35:22 by Arne Goedeke <el@laramies.com>
55037cc326ef098b382d91cee2eb28db826b7ea8 (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
arne/nmapping
fix block allocator in for cleanup
1946:
void count_memory_in_pike_frames(size_t * num, size_t * size) { ba_count_all(&pike_frame_allocator, num, size); }
+
void free_all_pike_frame_blocks() {
+
ba_destroy(&pike_frame_allocator);
+
}
#endif