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

/openjdk9/hotspot/src/share/vm/services/
H A DmemBaseline.hpp75 LinkedListImpl<ReservedMemoryRegion> _virtual_memory_allocations; member in class:VALUE_OBJ_CLASS_SPEC
111 assert(!_virtual_memory_allocations.is_empty(), "Not detail baseline");
112 return VirtualMemoryAllocationIterator(_virtual_memory_allocations.head());
173 _virtual_memory_allocations.clear();
H A DmemBaseline.cpp159 _virtual_memory_allocations.move(virtual_memory_walker.virtual_memory_allocations());

Completed in 42 milliseconds