Searched refs:mallocDebugCounter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp4870 static int mallocDebugCounter = 0; variable
4872 if (++mallocDebugCounter < MallocVerifyStart && !force) return true;
4884 tty->print_cr("C heap has been corrupted (time: %d allocations)", mallocDebugCounter);

Completed in 46 milliseconds