|
Modestus Moon OS
R4
CS 450 project
|
The s_cmcb struct the struct type for cmcb's -> defines the properties. More...
#include <mcb.h>

Data Fields | |
| node_t | representingNode |
| e_mcb_type_t | cmcbType |
| mcbSize_t | mcbBlockSize |
| const char * | procName |
| lmcb_t * | associatedLMCB |
| mcbAddressPtr_t | blockStartAddress |
The s_cmcb struct the struct type for cmcb's -> defines the properties.
| lmcb_t* s_cmcb::associatedLMCB |
Definition at line 51 of file mcb.h.
Referenced by allocateMemFromHeap(), freeHeapMem(), initHeap(), and reclaimFreeMem().
| mcbAddressPtr_t s_cmcb::blockStartAddress |
Definition at line 53 of file mcb.h.
Referenced by allocateMemFromHeap(), initHeap(), and reclaimFreeMem().
| e_mcb_type_t s_cmcb::cmcbType |
Definition at line 45 of file mcb.h.
Referenced by allocateMemFromHeap(), freeHeapMem(), initHeap(), and insertMCBIntoList().
| mcbSize_t s_cmcb::mcbBlockSize |
Definition at line 47 of file mcb.h.
Referenced by allocateMemFromHeap(), initHeap(), and reclaimFreeMem().
| const char* s_cmcb::procName |
Definition at line 49 of file mcb.h.
Referenced by allocateMemFromHeap(), freeHeapMem(), and initHeap().
| node_t s_cmcb::representingNode |
Definition at line 43 of file mcb.h.
Referenced by allocateMemFromHeap(), freeHeapMem(), initHeap(), insertMCBIntoList(), and reclaimFreeMem().