![]() |
Qt 6.x
The Qt SDK
|
#include <qv4executableallocator_p.h>
Public Member Functions | |
Allocation () | |
void * | memoryStart () const |
size_t | memorySize () const |
void * | exceptionHandlerStart () const |
size_t | exceptionHandlerSize () const |
void * | codeStart () const |
void | invalidate () |
bool | isValid () const |
void | deallocate (ExecutableAllocator *allocator) |
Friends | |
class | ExecutableAllocator |
Definition at line 46 of file qv4executableallocator_p.h.
|
inline |
Definition at line 48 of file qv4executableallocator_p.h.
void * ExecutableAllocator::Allocation::codeStart | ( | ) | const |
Definition at line 27 of file qv4executableallocator.cpp.
References QV4::exceptionHandlerSize().
void ExecutableAllocator::Allocation::deallocate | ( | ExecutableAllocator * | allocator | ) |
Definition at line 32 of file qv4executableallocator.cpp.
References QV4::ExecutableAllocator::free().
size_t ExecutableAllocator::Allocation::exceptionHandlerSize | ( | ) | const |
Definition at line 17 of file qv4executableallocator.cpp.
References QV4::exceptionHandlerSize().
void * ExecutableAllocator::Allocation::exceptionHandlerStart | ( | ) | const |
Definition at line 12 of file qv4executableallocator.cpp.
|
inline |
Definition at line 61 of file qv4executableallocator_p.h.
|
inline |
Definition at line 62 of file qv4executableallocator_p.h.
Referenced by QV4::ExecutableAllocator::ChunkOfPages::~ChunkOfPages().
|
inline |
Definition at line 54 of file qv4executableallocator_p.h.
void * ExecutableAllocator::Allocation::memoryStart | ( | ) | const |
Definition at line 22 of file qv4executableallocator.cpp.
|
friend |
Definition at line 68 of file qv4executableallocator_p.h.