Verilog Parser
ast_memory Struct Reference

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.
 

Detailed Description

Stores information on some allocated memory as a linked list.

Typedef over ast_memory_T.


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