$search
Public Member Functions | |
MemoryTableEntry (VALUE object, bool owned, void *root_ptr=0) | |
Public Attributes | |
VALUE | object |
bool | owned |
int | refcount |
void * | root_ptr |
Definition at line 53 of file memory.cc.
MemoryTableEntry::MemoryTableEntry | ( | VALUE | object, | |
bool | owned, | |||
void * | root_ptr = 0 | |||
) | [inline] |
VALUE MemoryTableEntry::object |