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