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

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_temporary.h72 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
/gem5/src/systemc/ext/dt/
H A Dsc_temporary.hh73 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

Completed in 6 milliseconds