Definition at line 73 of file qv4mm.cpp.
◆ anonymous enum
| Enumerator |
|---|
| NumChunks | |
| SegmentSize | |
Definition at line 74 of file qv4mm.cpp.
◆ MemorySegment() [1/2]
| QV4::MemorySegment::MemorySegment |
( |
size_t |
size | ) |
|
|
inline |
◆ MemorySegment() [2/2]
◆ ~MemorySegment()
| QV4::MemorySegment::~MemorySegment |
( |
| ) |
|
|
inline |
◆ allocate()
| Chunk * QV4::MemorySegment::allocate |
( |
size_t |
size | ) |
|
◆ clearBit()
| void QV4::MemorySegment::clearBit |
( |
size_t |
index | ) |
|
|
inline |
◆ contains()
| bool QV4::MemorySegment::contains |
( |
Chunk * |
c | ) |
const |
|
inline |
◆ free()
| void QV4::MemorySegment::free |
( |
Chunk * |
chunk, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ setBit()
| void QV4::MemorySegment::setBit |
( |
size_t |
index | ) |
|
|
inline |
◆ testBit()
| bool QV4::MemorySegment::testBit |
( |
size_t |
index | ) |
const |
|
inline |
◆ allocatedMap
| quint64 QV4::MemorySegment::allocatedMap = 0 |
◆ availableBytes
| size_t QV4::MemorySegment::availableBytes = 0 |
◆ base
◆ nChunks
| uint QV4::MemorySegment::nChunks = 0 |
◆ pageReservation
| PageReservation QV4::MemorySegment::pageReservation |
The documentation for this struct was generated from the following file: