WE310F5  39.00.000
M2MB_ALLOC_NODE_DATA Struct Reference

Structure for node data. More...

#include <m2mb_heap.h>

Data Fields

UINT16 magicNum
 
UINT16 size
 
UINT16 line
 
UINT8file
 

Detailed Description

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.

Field Documentation

◆ file

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.

◆ line

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.

◆ magicNum

UINT16 magicNum

Indicates the start of memory block that is not freed

Definition at line 76 of file m2mb_heap.h.

◆ size

UINT16 size

Size of the memory block

Definition at line 77 of file m2mb_heap.h.


The documentation for this struct was generated from the following file: