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

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp42 sc_roundup( int n, int m ) function in namespace:sc_dt
62 ref_count(1), alloc( sc_roundup( size, 16 ) ), str( new char[alloc] )
116 alloc = sc_roundup( new_size, 16 );

Completed in 5 milliseconds