--- libelwix/inc/elwix/avar.h 2013/08/20 22:26:54 1.5 +++ libelwix/inc/elwix/avar.h 2013/08/22 15:21:25 1.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: avar.h,v 1.5 2013/08/20 22:26:54 misho Exp $ +* $Id: avar.h,v 1.6 2013/08/22 15:21:25 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -504,6 +504,13 @@ void ait_freeVars(array_t ** __restrict vars); * return: NULL error or !=NULL ait_val_t element */ ait_val_t *ait_getVars(array_t ** __restrict vars, int n); +/* + * ait_resideVars() - Calculate footprint of resided variables into array + * + * @vars = Variable array + * return: bytes for whole array + */ +size_t ait_resideVars(array_t * __restrict vars); /* * ait_sortVarsByKey() - Sorting array with variables by key *