Lines Matching refs:_alloc_ptrs
392 _alloc_ptrs = new (std::nothrow) MemPointerArrayImpl<MemPointerRecordEx>();
395 _alloc_ptrs = new (std::nothrow) MemPointerArrayImpl<MemPointerRecord>();
409 if (_alloc_ptrs != NULL) {
410 delete _alloc_ptrs;
411 _alloc_ptrs = NULL;
499 assert(_alloc_ptrs != NULL && _vm_ptrs != NULL, "Just check");
520 MemPointerIterator malloc_snapshot_itr(_alloc_ptrs);
651 st->print_cr("\tMalloced: %d/%d [%5.2f%%] %dKB", _alloc_ptrs->length(), _alloc_ptrs->capacity(),
652 (100.0 * (float)_alloc_ptrs->length()) / (float)_alloc_ptrs->capacity(), _alloc_ptrs->instance_size()/K);
671 MemPointerArrayIteratorImpl mItr(_alloc_ptrs);