Searched refs:sc_byte_heap (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.cpp58 sc_byte_heap sc_temp_heap(0x300000);
H A Dsc_concatref.h91 extern sc_byte_heap sc_temp_heap; // Temporary storage.
/gem5/src/systemc/dt/misc/
H A Dsc_concatref.cc56 sc_byte_heap sc_temp_heap(0x300000);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_temporary.h37 // sc_byte_heap - CLASS MANAGING A TEMPORARY HEAP OF BYTES
63 // sc_byte_heap()
67 // sc_byte_heap(int)
72 class sc_byte_heap { class in namespace:sc_core
105 inline sc_byte_heap() : function in class:sc_core::sc_byte_heap
110 inline sc_byte_heap( std::size_t heap_size ) : function in class:sc_core::sc_byte_heap
116 inline ~sc_byte_heap()
/gem5/src/systemc/ext/dt/
H A Dsc_temporary.hh38 // sc_byte_heap - CLASS MANAGING A TEMPORARY HEAP OF BYTES
64 // sc_byte_heap()
68 // sc_byte_heap(int)
73 class sc_byte_heap class in namespace:sc_core
109 inline sc_byte_heap() : m_bgn_p(0), m_end_p(0), m_next_p(0) {} function in class:sc_core::sc_byte_heap
111 inline sc_byte_heap(std::size_t heap_size) : function in class:sc_core::sc_byte_heap
117 inline ~sc_byte_heap() { delete [] m_bgn_p; }
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh103 extern sc_byte_heap sc_temp_heap; // Temporary storage.

Completed in 14 milliseconds