|
| MemoryTag (INodeUint16 _alloc, INodeUint16 _page, INodeUint32 _slot, INodeUint16 _data_type, INodeUint32 _object_count) |
|
void | print (const char *msg="") |
|
CoreAtomic32 & | get_ref_count () |
|
const CoreAtomic32 & | get_ref_count () const |
|
void | set_null () |
|
void | set_object_count (INodeUint64 _object_count) |
|
INodeUint32 | get_object_count () const |
|
INodeUint64 | get_byte_count () const |
|
void | inc_ref () |
|
INodeUint32 | dec_ref () |
|
| DataTag (INodeUint16 _alloc, INodeUint16 _page, INodeUint32 _slot, INodeUint16 _data_type) |
|
INodeUint8 | get_allocator () const |
|
INodeUint8 | get_page () const |
|
INodeUint32 | get_slot () const |
|
bool | is_valid () const |
|
bool | is_null () const |
|
bool | operator== (const DataTag &other) const |
|
INodeUint16 | get_data_type () const |
|
const DataType & | get_object () const |
|
void | set_null () |
|