v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Heap::LimitsCompuatationResult Struct Reference
Collaboration diagram for v8::internal::Heap::LimitsCompuatationResult:

Public Attributes

size_t old_generation_allocation_limit
 
size_t global_allocation_limit
 

Detailed Description

Definition at line 1981 of file heap.h.

Member Data Documentation

◆ global_allocation_limit

size_t v8::internal::Heap::LimitsCompuatationResult::global_allocation_limit

Definition at line 1983 of file heap.h.

◆ old_generation_allocation_limit

size_t v8::internal::Heap::LimitsCompuatationResult::old_generation_allocation_limit

Definition at line 1982 of file heap.h.


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