Searched defs:SC_NEW (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.h389 #define SC_NEW(x) ::sc_core::sc_module_dynalloc(new x); macro
/gem5/src/systemc/ext/core/
H A Dsc_module.hh357 #define SC_NEW(x) ::sc_core::sc_module_sc_new(new x); macro

Completed in 8 milliseconds