![]() |
Qt 6.x
The Qt SDK
|
#include <qv4executableallocator_p.h>
Public Member Functions | |
ChunkOfPages () | |
~ChunkOfPages () | |
bool | contains (Allocation *alloc) const |
Public Attributes | |
WTF::PageAllocation * | pages = nullptr |
Allocation * | firstAllocation = nullptr |
Definition at line 85 of file qv4executableallocator_p.h.
|
inline |
Definition at line 87 of file qv4executableallocator_p.h.
ExecutableAllocator::ChunkOfPages::~ChunkOfPages | ( | ) |
Definition at line 99 of file qv4executableallocator.cpp.
References QV4::ExecutableAllocator::Allocation::isValid(), and next.
bool ExecutableAllocator::ChunkOfPages::contains | ( | Allocation * | alloc | ) | const |
Definition at line 112 of file qv4executableallocator.cpp.
References it.
Referenced by QV4::ExecutableAllocator::free().
Allocation* QV4::ExecutableAllocator::ChunkOfPages::firstAllocation = nullptr |
Definition at line 93 of file qv4executableallocator_p.h.
Referenced by QV4::ExecutableAllocator::allocate(), and QV4::ExecutableAllocator::free().
WTF::PageAllocation* QV4::ExecutableAllocator::ChunkOfPages::pages = nullptr |
Definition at line 92 of file qv4executableallocator_p.h.
Referenced by QV4::ExecutableAllocator::allocate().