Searched refs:pReport (Results 1 – 1 of 1) sorted by relevance
1504 FILE *pReport = 0; /* lsm malloc() report file */ in main() local1529 pReport = fopen("malloc.txt", "w"); in main()1530 testMallocCheck(tdb_lsm_env(), &nLeakAlloc, &nLeakByte, pReport); in main()1531 fclose(pReport); in main()