#include <heap-statistics-collector.h>
Definition at line 16 of file heap-statistics-collector.h.
◆ CollectDetailedStatistics()
◆ VisitHeapObjectHeader()
| bool cppgc::internal::HeapStatisticsCollector::VisitHeapObjectHeader |
( |
HeapObjectHeader & | header | ) |
|
|
private |
◆ VisitLargePage()
| bool cppgc::internal::HeapStatisticsCollector::VisitLargePage |
( |
LargePage & | page | ) |
|
|
private |
◆ VisitLargePageSpace()
| bool cppgc::internal::HeapStatisticsCollector::VisitLargePageSpace |
( |
LargePageSpace & | space | ) |
|
|
private |
◆ VisitNormalPage()
| bool cppgc::internal::HeapStatisticsCollector::VisitNormalPage |
( |
NormalPage & | page | ) |
|
|
private |
◆ VisitNormalPageSpace()
| bool cppgc::internal::HeapStatisticsCollector::VisitNormalPageSpace |
( |
NormalPageSpace & | space | ) |
|
|
private |
◆ HeapVisitor< HeapStatisticsCollector >
◆ current_page_stats_
◆ current_space_stats_
◆ current_stats_
| HeapStatistics* cppgc::internal::HeapStatisticsCollector::current_stats_ |
|
private |
◆ type_name_to_index_map_
| std::unordered_map<const void*, size_t> cppgc::internal::HeapStatisticsCollector::type_name_to_index_map_ |
|
private |
The documentation for this class was generated from the following files: