Searched defs:num_pools (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.cpp167 GCStatInfo::GCStatInfo(int num_pools) { argument
169 _before_gc_usage_array = (MemoryUsage*) NEW_C_HEAP_ARRAY(MemoryUsage, num_pools, mtInternal);
170 _after_gc_usage_array = (MemoryUsage*) NEW_C_HEAP_ARRAY(MemoryUsage, num_pools, mtInternal);
171 _usage_array_size = num_pools;
H A DgcNotifier.cpp46 int num_pools = MemoryService::num_memory_pools(); local
48 GCStatInfo* stat = new(ResourceObj::C_HEAP, mtGC) GCStatInfo(num_pools);
H A Dmanagement.cpp2058 int num_pools = MemoryService::num_memory_pools(); variable
2059 GCStatInfo stat(num_pools);
2075 num_pools,
2080 num_pools,
2084 for (int i = 0; i < num_pools; i++) {

Completed in 140 milliseconds