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

/openjdk9/hotspot/src/share/vm/services/
H A DmemBaseline.hpp65 MallocMemorySnapshot _malloc_memory_snapshot; member in class:VALUE_OBJ_CLASS_SPEC
98 return &_malloc_memory_snapshot;
119 size_t amount = _malloc_memory_snapshot.total() +
128 size_t amount = _malloc_memory_snapshot.total() +
135 return _malloc_memory_snapshot.total_arena();
141 return bl->_malloc_memory_snapshot.malloc_overhead()->size();
146 return _malloc_memory_snapshot.by_type(flag);
162 return _malloc_memory_snapshot.thread_count();
168 // _malloc_memory_snapshot and _virtual_memory_snapshot are copied over.
H A DmemBaseline.cpp136 MallocMemorySummary::snapshot(&_malloc_memory_snapshot);

Completed in 91 milliseconds