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

/openjdk7/hotspot/src/share/vm/services/
H A DmemSnapshot.hpp183 class MallocRecordIterator : public MemPointerArrayIterator { class in inherits:MemPointerArrayIterator
190 MallocRecordIterator(MemPointerArray* arr) : _itr(arr) { function in class:MallocRecordIterator
326 MallocRecordIterator malloc_record_walker() {
327 return MallocRecordIterator(malloc_data());
H A DmemSnapshot.cpp504 MallocRecordIterator malloc_itr = _staging_area.malloc_record_walker();

Completed in 24 milliseconds