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

/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.hpp86 size_t _committed_amount; // total committed amount member in class:VMCallsitePointer
92 _committed_amount = 0;
98 _committed_amount = 0;
105 _committed_amount = p.committed_amount();
112 _committed_amount += committed;
124 return _committed_amount;
220 size_t _committed_amount; member in class:VMMem
227 _committed_amount = 0;
235 _committed_amount = 0;
242 _committed_amount
[all...]

Completed in 109 milliseconds