Loading...
Searching...
No Matches
Public Attributes | List of all members
cppgc::Heap::ResourceConstraints Struct Reference

#include <heap.h>

Public Attributes

size_t initial_heap_size_bytes = 0
 

Detailed Description

Constraints for a Heap setup.

Member Data Documentation

◆ initial_heap_size_bytes

size_t cppgc::Heap::ResourceConstraints::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.


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