◆ freeAtAddress()
void Sci::CloneTable::freeAtAddress |
( |
SegManager * |
segMan, |
|
|
reg_t |
sub_addr |
|
) |
| |
|
overridevirtual |
Deallocates all memory associated with the specified address. Used by the garbage collector.
- Parameters
-
sub_addr | address (within the given segment) to deallocate |
Reimplemented from Sci::SegmentObj.
◆ listAllOutgoingReferences()
Iterates over all references reachable from the specified object. Used by the garbage collector.
- Parameters
-
object | object (within the current segment) to analyze |
- Returns
- a list of outgoing references within the object
- Note
- This function may also choose to report numbers (segment 0) as adresses
Reimplemented from Sci::SegmentObj.
The documentation for this struct was generated from the following file: