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

/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_mem.h68 int totalAllocs; /* total number of allocations so far */ member in struct:DMemState
H A Ddebug_mem.c139 DASSERTMSG( header->order <= DMemGlobalState.totalAllocs, "Header corruption, block order out of range");
186 DMemGlobalState.totalAllocs = 0;
234 header->order = DMemGlobalState.totalAllocs++;

Completed in 1111 milliseconds