--- libelwix/inc/elwix/ampool.h 2015/06/25 00:36:47 1.3.20.1 +++ libelwix/inc/elwix/ampool.h 2015/06/25 01:19:09 1.3.20.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: ampool.h,v 1.3.20.1 2015/06/25 00:36:47 misho Exp $ +* $Id: ampool.h,v 1.3.20.2 2015/06/25 01:19:09 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -260,6 +260,12 @@ char *mpool_xstrdup(const char *str); * return: none */ void mpool_xstatistics(mpool_stat_cb cb); +/* + * mpool_xdump() - Dump elwix memory pool statistics + * + * return: none + */ +void mpool_xdump(); #endif