Searched refs:_malloc_cs (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.cpp61 _malloc_cs = NULL;
71 if (_malloc_cs != NULL) {
72 delete _malloc_cs;
73 _malloc_cs = NULL;
97 if (_malloc_cs != NULL) _malloc_cs->clear();
199 if (_malloc_cs == NULL) {
200 _malloc_cs = new (std::nothrow) MemPointerArrayImpl<MallocCallsitePointer>(64);
202 if (_malloc_cs == NULL || _malloc_cs
[all...]
H A DmemReporter.cpp101 pBL->_malloc_cs->sort((FN_SORT)MemBaseline::bl_malloc_sort_by_size);
105 MemPointerArrayIteratorImpl malloc_itr(pBL->_malloc_cs);
123 pBL->_malloc_cs->sort((FN_SORT)MemBaseline::bl_malloc_sort_by_pc);
182 MemPointerArrayIteratorImpl cur_malloc_itr(pBL_cur->_malloc_cs);
183 MemPointerArrayIteratorImpl prev_malloc_itr(pBL_prev->_malloc_cs);
H A DmemBaseline.hpp321 MemPointerArray* _malloc_cs; member in class:MemBaseline

Completed in 247 milliseconds