Hi Li > Hi Xu, > > +static void > +print_mallinfo(const char *msg, struct mallinfo *m) > > > What about moving this print_mallinfo() into a mallinfo_common.h file > to avoid the duplicated code in each test? Good suggestion. Will do it. > > -- > Regards, > Li Wang