#include <zone-stats.h>
Definition at line 17 of file zone-stats.h.
◆ Stats
◆ Zones
◆ ZoneStats() [1/2]
◆ ~ZoneStats()
v8::internal::compiler::ZoneStats::~ZoneStats |
( |
| ) |
|
◆ ZoneStats() [2/2]
v8::internal::compiler::ZoneStats::ZoneStats |
( |
const ZoneStats & | | ) |
|
|
delete |
◆ GetCurrentAllocatedBytes()
size_t v8::internal::compiler::ZoneStats::GetCurrentAllocatedBytes |
( |
| ) |
const |
◆ GetMaxAllocatedBytes()
size_t v8::internal::compiler::ZoneStats::GetMaxAllocatedBytes |
( |
| ) |
const |
◆ GetTotalAllocatedBytes()
size_t v8::internal::compiler::ZoneStats::GetTotalAllocatedBytes |
( |
| ) |
const |
◆ NewEmptyZone()
Zone * v8::internal::compiler::ZoneStats::NewEmptyZone |
( |
const char * | zone_name, |
|
|
bool | support_zone_compression ) |
|
private |
◆ operator=()
◆ ReturnZone()
void v8::internal::compiler::ZoneStats::ReturnZone |
( |
Zone * | zone | ) |
|
|
private |
◆ allocator_
◆ kMaxUnusedSize
const size_t v8::internal::compiler::ZoneStats::kMaxUnusedSize = 3 |
|
staticprivate |
◆ max_allocated_bytes_
size_t v8::internal::compiler::ZoneStats::max_allocated_bytes_ |
|
private |
◆ stats_
Stats v8::internal::compiler::ZoneStats::stats_ |
|
private |
◆ total_deleted_bytes_
size_t v8::internal::compiler::ZoneStats::total_deleted_bytes_ |
|
private |
◆ zones_
Zones v8::internal::compiler::ZoneStats::zones_ |
|
private |
The documentation for this class was generated from the following files: