+ else if (cstring.strcmp(opt_name, "malloc_stats_file") == 0)
+ {
+ cstring.strcpy(options.malloc_stats_file.ptr, opt_value);
+ }
+ else if (cstring.strcmp(opt_name, "collect_stats_file") == 0)
+ {
+ cstring.strcpy(options.collect_stats_file.ptr, opt_value);
+ }