![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QV4::ChunkAllocator: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().
Here is the caller graph for this function:
|
inline |
| std::vector<MemorySegment> QV4::ChunkAllocator::memorySegments |