|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::sys::AllocatorElement Struct Reference#include <AllocatorInternals.h>
List of all members.
Detailed Description
contains information about a allocated memory
|
Public Member Functions |
| AllocatorElement (void *ptr=0, int typ=UnspecifiedMem, int siz=0, int rawsiz=0) |
| AllocatorElement (Object *obj, int siz=0, int rawsiz=0) |
Public Attributes |
acdk::lang::sys::AllocatorElement::Mem | mem |
int | type |
| see AllocatedType
|
int | size |
| size of allocated element without internal management size
|
int | rawsize |
| size of allocated element including internal management size
|
Constructor & Destructor Documentation
acdk::lang::sys::AllocatorElement::AllocatorElement |
( |
void * |
ptr = 0, |
|
|
int |
typ = UnspecifiedMem, |
|
|
int |
siz = 0, |
|
|
int |
rawsiz = 0 |
|
) |
[inline] |
|
acdk::lang::sys::AllocatorElement::AllocatorElement |
( |
Object * |
obj, |
|
|
int |
siz = 0, |
|
|
int |
rawsiz = 0 |
|
) |
[inline] |
|
Member Data Documentation
|
size of allocated element including internal management size
|
|
size of allocated element without internal management size
|
|
|