#include <memory.h>

Data Fields | |
| uint32_t | address |
| Virtual address of the dynamic memory cell. | |
| MemCell * | content |
| Virtual memory cell content. | |
| struct dynamicMemCell * | next |
| Another virtual dynamic memory cell (they are linked together by a linked list). | |
This type of memory cell belongs to the virtual dynamic memory.
1.5.6