Searched refs:scfx_rep_node (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp364 union scfx_rep_node union in namespace:sc_dt
367 scfx_rep_node* next;
371 static scfx_rep_node* list = 0;
384 list = new scfx_rep_node[ALLOC_SIZE];
405 scfx_rep_node* node = static_cast<scfx_rep_node*>( ptr );
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc330 union scfx_rep_node union in namespace:sc_dt
333 scfx_rep_node *next;
336 static scfx_rep_node *list = 0;
347 list = new scfx_rep_node[ALLOC_SIZE];
367 scfx_rep_node *node = static_cast<scfx_rep_node *>(ptr);

Completed in 15 milliseconds