#include <Memory.h>
Public Member Functions | |
aligned_stack_memory_handler (T *ptr, size_t size, bool dealloc) | |
~aligned_stack_memory_handler () | |
Protected Attributes | |
bool | m_deallocate |
T * | m_ptr |
size_t | m_size |
Definition at line 534 of file Core/util/Memory.h.
|
inline |
Definition at line 543 of file Core/util/Memory.h.
|
inline |
Definition at line 549 of file Core/util/Memory.h.
|
protected |
Definition at line 559 of file Core/util/Memory.h.
|
protected |
Definition at line 557 of file Core/util/Memory.h.
|
protected |
Definition at line 558 of file Core/util/Memory.h.