define the storage-allocator function More...
#include <LibMkKernel_mk.h>
Data Fields | |
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 3592 of file LibMkKernel_mk.h.
MkAllocCreateFLT MkAllocDefS::alloc_createF |
"calloc" the memory of the object
Definition at line 3594 of file LibMkKernel_mk.h.
MK_PTR MkAllocDefS::alloc_data |
data use for alloc_createF and alloc_deleteF
Definition at line 3593 of file LibMkKernel_mk.h.
MkAllocDeleteF MkAllocDefS::alloc_deleteF |
"free" the memory of the object
Definition at line 3595 of file LibMkKernel_mk.h.