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

/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.hpp117 static const int _histo_initial_size = 1000; member in class:KlassInfoHisto
H A DheapInspection.cpp186 _elements = new (ResourceObj::C_HEAP, mtInternal) GrowableArray<KlassInfoEntry*>(_histo_initial_size, true);

Completed in 24 milliseconds