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

/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.hpp88 static const int _num_buckets = 20011; member in class:KlassInfoTable
H A DheapInspection.cpp118 _buckets = (KlassInfoBucket *) os::malloc(sizeof(KlassInfoBucket) * _num_buckets, mtInternal);
120 _size = _num_buckets;

Completed in 30 milliseconds