#include <heap.h>
Constraints for a Heap setup.
Definition at line 104 of file heap.h.
◆ 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 111 of file heap.h.
The documentation for this struct was generated from the following file: