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)  

MemorySegmentHeader Class Reference

#include <MemorySegment.hpp>

Inheritance diagram for MemorySegmentHeader:
[legend]
Collaboration diagram for MemorySegmentHeader:
[legend]

Protected Attributes

size_t segmentSize
 
size_t liveObjects
 
MemorySegmentnext
 
MemorySegmentprevious
 

Friends

class MemorySegmentSet
 
class NormalSegmentSet
 
class LargeSegmentSet
 
class OldSegmentSet
 
class RexxMemory
 

Detailed Description

Definition at line 126 of file MemorySegment.hpp.

Friends And Related Function Documentation

◆ LargeSegmentSet

friend class LargeSegmentSet
friend

Definition at line 129 of file MemorySegment.hpp.

◆ MemorySegmentSet

friend class MemorySegmentSet
friend

Definition at line 127 of file MemorySegment.hpp.

◆ NormalSegmentSet

friend class NormalSegmentSet
friend

Definition at line 128 of file MemorySegment.hpp.

◆ OldSegmentSet

friend class OldSegmentSet
friend

Definition at line 130 of file MemorySegment.hpp.

◆ RexxMemory

friend class RexxMemory
friend

Definition at line 131 of file MemorySegment.hpp.

Member Data Documentation

◆ liveObjects

size_t MemorySegmentHeader::liveObjects
protected

Definition at line 135 of file MemorySegment.hpp.

Referenced by MemorySegment::isEmpty(), and MemorySegmentSet::sweep().

◆ next

◆ previous

◆ segmentSize


The documentation for this class was generated from the following file: