Esempio n. 1
0
static void Z_Close(void)
{
   Z_CloseLogFile();

#ifdef DUMPONEXIT
   Z_PrintZoneHeap();
#endif
}
Esempio n. 2
0
//
// Z_Close
//
// davidph 06/17/12: User must find the right time to call this.
//
void (Z_Close)(__string file, int line)
{
   Z_CloseLogFile();

#ifdef DUMPONEXIT
   Z_PrintZoneHeap();
#endif

   // Probably not a good idea.
 //zone = rover = zonebase = NULL;
}