Searched defs:MallocRecordIterator (Results 1 - 1 of 1) 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());

Completed in 30 milliseconds