v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
cppgc::HeapStatistics::ObjectStatsEntry Struct Reference

#include <heap-statistics.h>

Collaboration diagram for cppgc::HeapStatistics::ObjectStatsEntry:

Public Attributes

size_t allocated_bytes
 
size_t object_count
 

Detailed Description

Object statistics for a single type.

Definition at line 36 of file heap-statistics.h.

Member Data Documentation

◆ allocated_bytes

size_t cppgc::HeapStatistics::ObjectStatsEntry::allocated_bytes

Number of allocated bytes.

Definition at line 40 of file heap-statistics.h.

◆ object_count

size_t cppgc::HeapStatistics::ObjectStatsEntry::object_count

Number of allocated objects.

Definition at line 44 of file heap-statistics.h.


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