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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp650 start_frees = os::num_frees;
658 julong AllocStats::num_frees() { return os::num_frees - start_frees; }
H A Dallocation.hpp558 julong start_mallocs, start_frees; member in class:AllocStats

Completed in 1471 milliseconds