pike.git/
src/
constants.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
97:
void count_memory_in_callables(size_t * num, size_t * size) { ba_count_all(&callable_allocator, num, size); }
+
void free_all_callable_blocks() {
+
ba_destroy(&callable_allocator);
+
}
#endif int global_callable_flags=0;