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::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 47 of file qv4executableallocator_p.h.

Constructor & Destructor Documentation

◆ Allocation()

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

Definition at line 49 of file qv4executableallocator_p.h.

Member Function Documentation

◆ codeStart()

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

Definition at line 28 of file qv4executableallocator.cpp.

◆ deallocate()

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

Definition at line 33 of file qv4executableallocator.cpp.

◆ exceptionHandlerSize()

size_t ExecutableAllocator::Allocation::exceptionHandlerSize ( ) const

Definition at line 18 of file qv4executableallocator.cpp.

◆ exceptionHandlerStart()

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

Definition at line 13 of file qv4executableallocator.cpp.

◆ invalidate()

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

Definition at line 62 of file qv4executableallocator_p.h.

◆ isValid()

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

Definition at line 63 of file qv4executableallocator_p.h.

◆ memorySize()

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

Definition at line 55 of file qv4executableallocator_p.h.

◆ memoryStart()

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

Definition at line 23 of file qv4executableallocator.cpp.

◆ ExecutableAllocator

friend class ExecutableAllocator
friend

Definition at line 69 of file qv4executableallocator_p.h.


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