![]() |
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>
Classes | |
struct | Allocation |
struct | ChunkOfPages |
Public Member Functions | |
ExecutableAllocator () | |
~ExecutableAllocator () | |
Allocation * | allocate (size_t size) |
void | free (Allocation *allocation) |
int | freeAllocationCount () const |
int | chunkCount () const |
ChunkOfPages * | chunkForAllocation (Allocation *allocation) const |
Definition at line 35 of file qv4executableallocator_p.h.
|
default |
ExecutableAllocator::~ExecutableAllocator | ( | ) |
Definition at line 127 of file qv4executableallocator.cpp.
ExecutableAllocator::Allocation * ExecutableAllocator::allocate | ( | size_t | size | ) |
Definition at line 138 of file qv4executableallocator.cpp.
|
inline |
Definition at line 84 of file qv4executableallocator_p.h.
ExecutableAllocator::ChunkOfPages * ExecutableAllocator::chunkForAllocation | ( | Allocation * | allocation | ) | const |
Definition at line 209 of file qv4executableallocator.cpp.
void ExecutableAllocator::free | ( | Allocation * | allocation | ) |
Definition at line 179 of file qv4executableallocator.cpp.
|
inline |
Definition at line 83 of file qv4executableallocator_p.h.