--- parser3/src/targets/cgi/parser3.C 2001/05/15 10:48:53 1.77 +++ parser3/src/targets/cgi/parser3.C 2001/05/16 16:48:56 1.81 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: parser3.C,v 1.77 2001/05/15 10:48:53 parser Exp $ + $Id: parser3.C,v 1.81 2001/05/16 16:48:56 parser Exp $ */ #include "pa_config_includes.h" @@ -278,12 +278,13 @@ int main(int argc, char *argv[]) { // done_socks(); - extern size_t malloc_total, calloc_total; - extern size_t malloc_times, calloc_times; - SAPI::log(pool, - "malloc %d/%d, calloc %d/%d", - malloc_total, malloc_times, - calloc_total, calloc_times); + extern void log_pool_stats(Pool& pool); + log_pool_stats(pool); + extern void log_array_stats(Pool& pool); + log_array_stats(pool); + extern void log_array_lens(Pool& pool); + log_array_lens(pool); + // must be last in PTRY{}PCATCH #ifdef WIN32