ooRexx  4.2.0-source
About: ooRexx (Open Object Rexx) is a free implementation of Object Rexx. Object Rexx is an enhancement of the classic Rexx interpreter; a full-featured programming language with a human-oriented syntax.
  Fossies Dox: ooRexx-4.2.0-source.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

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.

References RexxMemory::mark().

Referenced by MemorySegmentSet::sweep().

◆ objectIsNotLive()

bool objectIsNotLive ( char *  obj,
size_t  mark 
)
inline

Definition at line 1104 of file MemorySegment.cpp.

References RexxMemory::mark().

Referenced by MemorySegmentSet::sweep().