Modestus Moon OS
R4
CS 450 project
|
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 |
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().