Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
heap.cpp File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include "fxjs/gc/heap.h"
#include <utility>
#include "core/fxcrt/check.h"
#include "core/fxcrt/fx_system.h"
#include "v8/include/cppgc/heap.h"
Include dependency graph for heap.cpp:

Go to the source code of this file.

Classes

class  CFXGC_Platform

Functions

void FXGC_Initialize (v8::Platform *platform, v8::Isolate *isolate)
void FXGC_Release ()
FXGCScopedHeap FXGC_CreateHeap ()
void FXGC_ForceGarbageCollection (cppgc::Heap *heap)

Function Documentation

◆ FXGC_CreateHeap()

FXGCScopedHeap FXGC_CreateHeap ( )

Definition at line 66 of file heap.cpp.

◆ FXGC_ForceGarbageCollection()

void FXGC_ForceGarbageCollection ( cppgc::Heap * heap)

Definition at line 86 of file heap.cpp.

Referenced by FXGCHeapDeleter::operator()().

Here is the caller graph for this function:

◆ FXGC_Initialize()

void FXGC_Initialize ( v8::Platform * platform,
v8::Isolate * isolate )

Definition at line 51 of file heap.cpp.

Referenced by FXGCUnitTest::SetUp().

Here is the caller graph for this function:

◆ FXGC_Release()

void FXGC_Release ( )

Definition at line 59 of file heap.cpp.

Referenced by FXGCUnitTest::TearDown().

Here is the caller graph for this function: