![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 86 of file qv4executableallocator_p.h.
|
inline |
Definition at line 88 of file qv4executableallocator_p.h.
ExecutableAllocator::ChunkOfPages::~ChunkOfPages | ( | ) |
Definition at line 100 of file qv4executableallocator.cpp.
bool ExecutableAllocator::ChunkOfPages::contains | ( | Allocation * | alloc | ) | const |
Definition at line 113 of file qv4executableallocator.cpp.
Allocation* QV4::ExecutableAllocator::ChunkOfPages::firstAllocation = nullptr |
Definition at line 94 of file qv4executableallocator_p.h.
WTF::PageAllocation* QV4::ExecutableAllocator::ChunkOfPages::pages = nullptr |
Definition at line 93 of file qv4executableallocator_p.h.