Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::ExecutableAllocator::Allocation Struct Reference

#include <qv4executableallocator_p.h>

+ Collaboration diagram for QV4::ExecutableAllocator::Allocation:

Public Member Functions

 Allocation ()
 
voidmemoryStart () const
 
size_t memorySize () const
 
voidexceptionHandlerStart () const
 
size_t exceptionHandlerSize () const
 
voidcodeStart () const
 
void invalidate ()
 
bool isValid () const
 
void deallocate (ExecutableAllocator *allocator)
 

Friends

class ExecutableAllocator
 

Detailed Description

Definition at line 46 of file qv4executableallocator_p.h.

Constructor & Destructor Documentation

◆ Allocation()

QV4::ExecutableAllocator::Allocation::Allocation ( )
inline

Definition at line 48 of file qv4executableallocator_p.h.

Member Function Documentation

◆ codeStart()

void * ExecutableAllocator::Allocation::codeStart ( ) const

Definition at line 27 of file qv4executableallocator.cpp.

References QV4::exceptionHandlerSize().

+ Here is the call graph for this function:

◆ deallocate()

void ExecutableAllocator::Allocation::deallocate ( ExecutableAllocator * allocator)

Definition at line 32 of file qv4executableallocator.cpp.

References QV4::ExecutableAllocator::free().

+ Here is the call graph for this function:

◆ exceptionHandlerSize()

size_t ExecutableAllocator::Allocation::exceptionHandlerSize ( ) const

Definition at line 17 of file qv4executableallocator.cpp.

References QV4::exceptionHandlerSize().

+ Here is the call graph for this function:

◆ exceptionHandlerStart()

void * ExecutableAllocator::Allocation::exceptionHandlerStart ( ) const

Definition at line 12 of file qv4executableallocator.cpp.

◆ invalidate()

void QV4::ExecutableAllocator::Allocation::invalidate ( )
inline

Definition at line 61 of file qv4executableallocator_p.h.

◆ isValid()

bool QV4::ExecutableAllocator::Allocation::isValid ( ) const
inline

Definition at line 62 of file qv4executableallocator_p.h.

Referenced by QV4::ExecutableAllocator::ChunkOfPages::~ChunkOfPages().

+ Here is the caller graph for this function:

◆ memorySize()

size_t QV4::ExecutableAllocator::Allocation::memorySize ( ) const
inline

Definition at line 54 of file qv4executableallocator_p.h.

◆ memoryStart()

void * ExecutableAllocator::Allocation::memoryStart ( ) const

Definition at line 22 of file qv4executableallocator.cpp.

Friends And Related Symbol Documentation

◆ ExecutableAllocator

friend class ExecutableAllocator
friend

Definition at line 68 of file qv4executableallocator_p.h.


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