v8  9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
Heap::ResourceConstraints Struct Reference

#include <heap.h>

Data Fields

size_t initial_heap_size_bytes = 0
 

Detailed Description

Constraints for a Heap setup.

Definition at line 97 of file heap.h.

Field Documentation

◆ initial_heap_size_bytes

size_t initial_heap_size_bytes = 0

Allows the heap to grow to some initial size in bytes before triggering garbage collections. This is useful when it is known that applications need a certain minimum heap to run to avoid repeatedly invoking the garbage collector when growing the heap.

Definition at line 104 of file heap.h.


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