![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fxjs/gc/heap.h"#include <utility>#include "core/fxcrt/check.h"#include "core/fxcrt/fx_system.h"#include "v8/include/cppgc/heap.h"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) |
| FXGCScopedHeap FXGC_CreateHeap | ( | ) |
| void FXGC_ForceGarbageCollection | ( | cppgc::Heap * | heap | ) |
Definition at line 86 of file heap.cpp.
Referenced by FXGCHeapDeleter::operator()().
| void FXGC_Initialize | ( | v8::Platform * | platform, |
| v8::Isolate * | isolate ) |
Definition at line 51 of file heap.cpp.
Referenced by FXGCUnitTest::SetUp().
| void FXGC_Release | ( | ) |
Definition at line 59 of file heap.cpp.
Referenced by FXGCUnitTest::TearDown().