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

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp50 int _num_pools; member in class:MemoryManager
71 int num_memory_pools() const { return _num_pools; }
73 assert(index >= 0 && index < _num_pools, "Invalid index");
H A DmemoryManager.cpp47 _num_pools = 0;
52 assert(_num_pools < MemoryManager::max_num_pools, "_num_pools exceeds the max");
53 if (_num_pools < MemoryManager::max_num_pools) {
54 _pools[_num_pools] = pool;
55 _num_pools++;

Completed in 131 milliseconds