Verilog Parser
|
Stores information on some allocated memory as a linked list. More...
#include <verilog_ast_mem.h>
Data Fields | |
void * | data |
Pointer to the allocated memory. | |
ast_memory * | next |
Next element to be allocated. | |
size_t | size |
Amount of memory allocated. | |
Stores information on some allocated memory as a linked list.
Typedef over ast_memory_T.