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

#include <heap-controller.h>

Inheritance diagram for v8::internal::GlobalMemoryTrait:
Collaboration diagram for v8::internal::GlobalMemoryTrait:

Static Public Attributes

static constexpr char kName [] = "GlobalMemoryController"
 
- Static Public Attributes inherited from v8::internal::BaseControllerTrait
static constexpr size_t kMinSize = 128u * Heap::kHeapLimitMultiplier * MB
 
static constexpr size_t kMaxSize = 1024u * Heap::kHeapLimitMultiplier * MB
 
static constexpr double kMinGrowingFactor = 1.1
 
static constexpr double kMaxGrowingFactor = 4.0
 
static constexpr double kConservativeGrowingFactor = 1.3
 
static constexpr double kTargetMutatorUtilization = 0.97
 

Detailed Description

Definition at line 30 of file heap-controller.h.

Member Data Documentation

◆ kName

char v8::internal::GlobalMemoryTrait::kName[] = "GlobalMemoryController"
staticconstexpr

Definition at line 31 of file heap-controller.h.


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