Public Member Functions | |
block_base (void *ptr) | |
void * | pointer () const |
Returns the raw pointer for this block. | |
bool | is_valid () const |
Returns true if this block is valid (non-null), false otherwise. | |
Public Attributes | |
void * | ptr {} |
Raw memory pointer. | |