ConOpSys V2970  P004.07
ANVILEX control operating system
Macros | Variables
Memory_Manager.cpp File Reference
#include <String.h>
#include "Memory_Manager.h"
Include dependency graph for Memory_Manager.cpp:

Macros

#define MEMORY_MANAGER_SEGMENT_ALIGN_CORRECTION   0x00000003
 
#define MEMORY_MANAGER_SEGMENT_ALIGN_MASK   0xFFFFFFFC
 
#define MEMORY_MANAGER_ALLOCATED_SEGMENT   0x55555555
 
#define MEMORY_MANAGER_FREE_SEGMENT   0xAAAAAAAA
 

Variables

TMemoryManager MemoryManager (0x00000000, 0x1000)
 

Macro Definition Documentation

◆ MEMORY_MANAGER_ALLOCATED_SEGMENT

#define MEMORY_MANAGER_ALLOCATED_SEGMENT   0x55555555

◆ MEMORY_MANAGER_FREE_SEGMENT

#define MEMORY_MANAGER_FREE_SEGMENT   0xAAAAAAAA

◆ MEMORY_MANAGER_SEGMENT_ALIGN_CORRECTION

#define MEMORY_MANAGER_SEGMENT_ALIGN_CORRECTION   0x00000003

◆ MEMORY_MANAGER_SEGMENT_ALIGN_MASK

#define MEMORY_MANAGER_SEGMENT_ALIGN_MASK   0xFFFFFFFC

Variable Documentation

◆ MemoryManager

TMemoryManager MemoryManager(0x00000000, 0x1000) ( 0x00000000  ,
0x1000   
)