20 #ifndef MANAGEDMEMORYCHUNK_H
21 #define MANAGEDMEMORYCHUNK_H
57 #ifdef PARENTAL_CONTROL
71 #ifdef PARENTAL_CONTROL
void * locPtr
pointer to the actual data in RAM
void * swapBuf
a place to store additional swapping information
void * schedBuf
a place to store additional scheduling information
memoryID child
first child element if creating a class hierarchy
memoryID next
next element
manages all managed Chunks of raw memory
memoryID parent
parent element if created in class hierarchy
managedMemoryChunk(const memoryID &parent, const memoryID &me)
global_bytesize size
Size of actual object in bytes.
unsigned short useCnt
Number of using adhereTos or a possible location for locking the object to changes.