|
theKernel 10.0
|
define the storage-allocator function More...
#include <LibMkKernel_mk.h>
Collaboration diagram for libmkkernel::MkAllocDefS:Public Attributes | |
| MK_PTR | alloc_data |
| data use for alloc_createF and alloc_deleteF | |
| MkAllocCreateFLT | alloc_createF |
| "calloc" the memory of the object | |
| MkAllocDeleteF | alloc_deleteF |
| "free" the memory of the object | |
define the storage-allocator function
The alloc_data is used as storage for the allocator-data and is set at definition. The alloc_createF and alloc_deleteF function is a pointer, MK_NULL or 0x1
true (default: false) if the memory is static and must not be freed. Definition at line 3752 of file LibMkKernel_mk.h.
| MkAllocCreateFLT libmkkernel::MkAllocDefS::alloc_createF |
"calloc" the memory of the object
Definition at line 3754 of file LibMkKernel_mk.h.
| MK_PTR libmkkernel::MkAllocDefS::alloc_data |
data use for alloc_createF and alloc_deleteF
Definition at line 3753 of file LibMkKernel_mk.h.
| MkAllocDeleteF libmkkernel::MkAllocDefS::alloc_deleteF |
"free" the memory of the object
Definition at line 3755 of file LibMkKernel_mk.h.