![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4mm_p.h>
Classes | |
| struct | HugeChunk |
Public Member Functions | |
| HugeItemAllocator (ChunkAllocator *chunkAllocator, ExecutionEngine *engine) | |
| HeapItem * | allocate (size_t size) |
| void | sweep (ClassDestroyStatsCallback classCountPtr) |
| void | freeAll () |
| void | resetBlackBits () |
| size_t | usedMem () const |
Public Attributes | |
| ChunkAllocator * | chunkAllocator |
| ExecutionEngine * | engine |
| std::vector< HugeChunk > | chunks |
|
inline |
Definition at line 168 of file qv4mm_p.h.
References chunkAllocator, and engine.
| HeapItem * QV4::HugeItemAllocator::allocate | ( | size_t | size | ) |
| void QV4::HugeItemAllocator::sweep | ( | ClassDestroyStatsCallback | classCountPtr | ) |
| ChunkAllocator* QV4::HugeItemAllocator::chunkAllocator |
Definition at line 184 of file qv4mm_p.h.
Referenced by HugeItemAllocator().
| ExecutionEngine* QV4::HugeItemAllocator::engine |
Definition at line 185 of file qv4mm_p.h.
Referenced by HugeItemAllocator().