Modestus Moon OS  R4
CS 450 project
s_lmcb Struct Reference

The s_lmcb struct defines the properties of lmcb's. More...

#include <mcb.h>

Data Fields

mcbAddressPtr_t blockStopAddress
 
mcbSize_t mcbBlockSize
 
e_mcb_type_t lmcbType
 

Detailed Description

The s_lmcb struct defines the properties of lmcb's.

Definition at line 60 of file mcb.h.

Field Documentation

mcbAddressPtr_t s_lmcb::blockStopAddress

Definition at line 62 of file mcb.h.

Referenced by allocateMemFromHeap(), initHeap(), and reclaimFreeMem().

e_mcb_type_t s_lmcb::lmcbType

Definition at line 66 of file mcb.h.

Referenced by allocateMemFromHeap(), freeHeapMem(), and initHeap().

mcbSize_t s_lmcb::mcbBlockSize

Definition at line 64 of file mcb.h.

Referenced by allocateMemFromHeap(), initHeap(), and reclaimFreeMem().


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