Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QV4::ExecutableAllocator::ChunkOfPages Struct Reference

#include <qv4executableallocator_p.h>

Collaboration diagram for QV4::ExecutableAllocator::ChunkOfPages:

Public Member Functions

 ChunkOfPages ()
 ~ChunkOfPages ()
bool contains (Allocation *alloc) const

Public Attributes

WTF::PageAllocation * pages = nullptr
AllocationfirstAllocation = nullptr

Detailed Description

Definition at line 86 of file qv4executableallocator_p.h.

Constructor & Destructor Documentation

◆ ChunkOfPages()

QV4::ExecutableAllocator::ChunkOfPages::ChunkOfPages ( )
inline

Definition at line 88 of file qv4executableallocator_p.h.

◆ ~ChunkOfPages()

ExecutableAllocator::ChunkOfPages::~ChunkOfPages ( )

Definition at line 100 of file qv4executableallocator.cpp.

Member Function Documentation

◆ contains()

bool ExecutableAllocator::ChunkOfPages::contains ( Allocation * alloc) const

Definition at line 113 of file qv4executableallocator.cpp.

Member Data Documentation

◆ firstAllocation

Allocation* QV4::ExecutableAllocator::ChunkOfPages::firstAllocation = nullptr

Definition at line 94 of file qv4executableallocator_p.h.

◆ pages

WTF::PageAllocation* QV4::ExecutableAllocator::ChunkOfPages::pages = nullptr

Definition at line 93 of file qv4executableallocator_p.h.


The documentation for this struct was generated from the following files: