#include <CDebuggingMemoryManager.h>
Public Attributes | |
| lTChunk * | mPrev |
| Previous Item in List. | |
| lTChunk * | mNext |
| Following Item in List. | |
| lTChunk * | mPreceding |
| Previous Item in MEMORY. | |
| lTChunk * | mFollowing |
| Following Item in MEMORY. | |
| CDebuggingMemoryManagerSize | mSize |
| Size of this Chunk. | |
| long | mMagic |
| Magic number, to see, if this Pointer was allocated using this->getMem(). | |
This should normally be a local type, but there was an internal compiler error in GNU C++.
|
|
Size of this Chunk. The Size could be deduced from mFollowing, but I consider this way as more general and cleaner. |