--- libelwix/inc/elwix/ampool.h 2015/06/25 16:49:33 1.3.20.3 +++ libelwix/inc/elwix/ampool.h 2015/07/01 21:31:26 1.4.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: ampool.h,v 1.3.20.3 2015/06/25 16:49:33 misho Exp $ +* $Id: ampool.h,v 1.4.2.1 2015/07/01 21:31:26 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -263,11 +263,14 @@ char *mpool_xstrdup(const char *str); */ void mpool_xstatistics(mpool_stat_cb cb); /* - * mpool_xdump() - Dump elwix memory pool statistics + * mpool_dump() - Dump elwix memory pool statistics * + * @mp = memory pool, if =NULL dump elwix default memory pool + * @fmt = prefix info format string + * @... = argument(s) * return: none */ -void mpool_xdump(); +void mpool_dump(mpool_t * __restrict mp, const char *fmt, ...); #endif