![]() |
WE310F5
39.00.000
|
Structure for node data. More...
#include <m2mb_heap.h>
Data Fields | |
UINT16 | magicNum |
UINT16 | size |
UINT16 | line |
UINT8 * | file |
Structure for node data.
Allocation node data, the node carries the information of the memory block allocated.
Definition at line 74 of file m2mb_heap.h.
UINT8* file |
Name of the file where the memory allocation function was called while allocation a block of memory
Definition at line 80 of file m2mb_heap.h.
UINT16 line |
Line in file where memory allocation function was called while allocation a block of memory
Definition at line 78 of file m2mb_heap.h.
UINT16 magicNum |
Indicates the start of memory block that is not freed
Definition at line 76 of file m2mb_heap.h.
UINT16 size |
Size of the memory block
Definition at line 77 of file m2mb_heap.h.