![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <memory>#include "v8/include/cppgc/allocation.h"Go to the source code of this file.
Classes | |
| struct | FXGCHeapDeleter |
Namespaces | |
| namespace | cppgc |
| namespace | v8 |
Macros | |
| #define | CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED |
Typedefs | |
| using | FXGCScopedHeap = std::unique_ptr<cppgc::Heap, FXGCHeapDeleter> |
Functions | |
| void | FXGC_Initialize (v8::Platform *platform, v8::Isolate *isolate) |
| void | FXGC_Release () |
| FXGCScopedHeap | FXGC_CreateHeap () |
| void | FXGC_ForceGarbageCollection (cppgc::Heap *heap) |
| #define CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED |
| using FXGCScopedHeap = std::unique_ptr<cppgc::Heap, FXGCHeapDeleter> |
| 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().