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

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_pq.cpp40 : m_heap(0), m_size_alloc( sz ), m_heap_size( 0 ), m_compar( cmp )
62 assert( m_heap_size > 0 );
64 m_heap[1] = m_heap[m_heap_size];
65 m_heap_size --;
73 m_heap_size ++;
74 int i = m_heap_size;
77 if( m_heap_size > m_size_alloc ) {
80 for( int j = 1; j < m_heap_size; ++ j ) {
98 while( l = left( i ), l <= m_heap_size ) {
102 if( (r <= m_heap_size)
[all...]
H A Dsc_pq.h62 { return m_heap_size; }
65 { return (m_heap_size == 0); }
84 int m_heap_size; member in class:sc_core::sc_ppq_base

Completed in 9 milliseconds