Searched refs:m_alloc (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/ext/dt/fx/
H A Dscfx_string.hh102 std::size_t m_alloc; member in class:sc_dt::scfx_string
113 m_alloc *= 2;
114 } while (i >= m_alloc);
116 char *temp = new char[m_alloc];
128 m_len(0), m_alloc(BUFSIZ), m_buffer(new char[m_alloc])
147 if (i >= (int)m_alloc) {
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_string.h105 std::size_t m_alloc; member in class:sc_dt::scfx_string
117 m_alloc *= 2;
118 } while( i >= m_alloc );
120 char* temp = new char[m_alloc];
134 : m_len( 0 ), m_alloc( BUFSIZ ), m_buffer( new char[m_alloc] )
168 if( i >= (int) m_alloc ) {
/gem5/src/mem/ruby/common/
H A DDataBlock.hh52 if (m_alloc)
75 bool m_alloc; member in class:DataBlock
82 if (m_alloc) {
86 m_alloc = false;
H A DDataBlock.cc38 m_alloc = true;
45 m_alloc = true;

Completed in 10 milliseconds