MemorySegment.cpp File Reference
#include "RexxCore.h"
#include "ActivityManager.hpp"
Include dependency graph for MemorySegment.cpp:

Go to the source code of this file.

Functions

bool objectIsLive (char *obj, size_t mark)
 
bool objectIsNotLive (char *obj, size_t mark)
 

Function Documentation

◆ objectIsLive()

bool objectIsLive ( char *  obj,
size_t  mark 
)
inline

Definition at line 1103 of file MemorySegment.cpp.

Referenced by MemorySegmentSet::sweep().

◆ objectIsNotLive()

bool objectIsNotLive ( char *  obj,
size_t  mark 
)
inline

Definition at line 1104 of file MemorySegment.cpp.

Referenced by MemorySegmentSet::sweep().