Go to the documentation of this file.
134 void (*post_gc)() = 0)
147 static std::ostream*
setReporting(std::ostream* os = 0);
171 static size_t s_threshold;
172 static size_t s_min_threshold;
174 static size_t s_max_bytes;
175 static size_t s_max_nodes;
177 static std::ostream* s_os;
185 static void cleanup() {}
188 static void (*s_pre_gc)();
189 static void (*s_post_gc)();
193 static void gcController();
196 static void initialize();