#include "memory.hh"
Public Member Functions | |
Block ()=default | |
Block (const Block &src)=default | |
Block (void *b, uint32 l) | |
Block & | operator= (const Block &src) |
Public Attributes | |
const uint32 | block_length |
void *const | block_start |
Reference for an allocated memory block.
|
default |
void* const block_start |
const uint32 block_length |