Loading...
Searching...
No Matches
Public Attributes | List of all members
cppgc::HeapStatistics::ObjectStatsEntry Struct Reference

#include <heap-statistics.h>

Public Attributes

size_t allocated_bytes
 
size_t object_count
 

Detailed Description

Object statistics for a single type.

Member Data Documentation

◆ allocated_bytes

size_t cppgc::HeapStatistics::ObjectStatsEntry::allocated_bytes

Number of allocated bytes.

◆ object_count

size_t cppgc::HeapStatistics::ObjectStatsEntry::object_count

Number of allocated objects.


The documentation for this struct was generated from the following file: