v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
GarbageCollectionLimits Struct Reference

#include <v8-metrics.h>

Data Fields

int64_t bytes_baseline = -1
 
int64_t bytes_limit = -1
 
int64_t bytes_current = -1
 
int64_t bytes_max = -1
 

Detailed Description

Definition at line 40 of file v8-metrics.h.

Field Documentation

◆ bytes_baseline

int64_t bytes_baseline = -1

Definition at line 41 of file v8-metrics.h.

◆ bytes_current

int64_t bytes_current = -1

Definition at line 43 of file v8-metrics.h.

◆ bytes_limit

int64_t bytes_limit = -1

Definition at line 42 of file v8-metrics.h.

◆ bytes_max

int64_t bytes_max = -1

Definition at line 44 of file v8-metrics.h.


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