Fixed memory blocks pool.
Definition at line 80 of file tn_fmem.h.
◆ id_fmp
id for object validity verification.
This field is in the beginning of the structure to make it easier to detect memory corruption.
Definition at line 89 of file tn_fmem.h.
◆ block_size
unsigned int TN_FMem::block_size |
◆ free_list
Pointer to the first free memory block.
Each free block contains the pointer to the next free memory block as the first word, or NULL
if this is the last block.
Definition at line 114 of file tn_fmem.h.
The documentation for this struct was generated from the following file: