Searched defs:memstats (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dcfg_test.c51 "[--grammar] [--memstats] conffile\n");
66 isc_boolean_t memstats = ISC_FALSE; local
132 } else if (strcmp(argv[1], "--memstats") == 0) {
133 memstats = ISC_TRUE;
172 if (memstats)
/bind-9.11.3/bin/named/
H A Dmain.c1231 static char *memstats = NULL; variable
1239 if (memstats != NULL) {
1240 free(memstats);
1241 memstats = NULL;
1247 memstats = strdup(filename);
1436 if (ns_g_memstatistics && memstats != NULL) {
1438 result = isc_stdio_open(memstats, "w", &fp);

Completed in 12 milliseconds