![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
ChunkAllocator () | |
size_t | requiredChunkSize (size_t size) |
Chunk * | allocate (size_t size=0) |
void | free (Chunk *chunk, size_t size=0) |
Public Attributes | |
std::vector< MemorySegment > | memorySegments |
Chunk * QV4::ChunkAllocator::allocate | ( | size_t | size = 0 | ) |
Definition at line 230 of file qv4mm.cpp.
References Q_ASSERT.
Referenced by QV4::freeHugeChunk().
|
inline |
std::vector<MemorySegment> QV4::ChunkAllocator::memorySegments |