#include <heap.h>
Definition at line 20 of file heap.h.
◆ StackState
Specifies the stack state the embedder is in.
Definition at line 25 of file heap.h.
◆ ~Heap()
◆ Create()
◆ ForceGarbageCollectionSlow()
void ForceGarbageCollectionSlow |
( |
const char * |
source, |
|
|
const char * |
reason, |
|
|
StackState |
stack_state = StackState::kMayContainHeapPointers |
|
) |
| |
Forces garbage collection.
- Parameters
-
source | String specifying the source (or caller) triggering a forced garbage collection. |
reason | String specifying the reason for the forced garbage collection. |
stack_state | The embedder stack state, see StackState. |
◆ internal::Heap
friend class internal::Heap |
|
friend |
The documentation for this class was generated from the following file: