SPH
|
#include <Allocators.h>
Public Member Functions | |
MemoryBlock ()=default | |
MemoryBlock (void *ptr, const std::size_t size) | |
Static Public Member Functions | |
static INLINE MemoryBlock | EMPTY () |
Public Attributes | |
void * | ptr |
std::size_t | size |
Definition at line 14 of file Allocators.h.
|
default |
|
inline |
Definition at line 19 of file Allocators.h.
|
inlinestatic |
Definition at line 23 of file Allocators.h.
void* MemoryBlock::ptr |
Definition at line 15 of file Allocators.h.
std::size_t MemoryBlock::size |
Definition at line 16 of file Allocators.h.