Allocation() |
Allocation(int serial_, int64_t size_, const char* info_) |
bool | Disposed() const |
const char* | Info() const |
void | Print(const std::string& title) const |
int | Serial() const |
void | SetDisposed(bool disposed_) |
void | SetInfo(const char* info_) |
void | SetSerial(int serial_) |
void | SetSize(int64_t size_) |
int64_t | Size() const |
bool | disposed |
const char* | info |
int | serial |
int64_t | size |