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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.cpp89 int alloc_size = ( 1 << slot_index ); local
95 slot = new word_list[ALLOC_SIZE * alloc_size];
97 for( i = 0; i < alloc_size*(ALLOC_SIZE-1) ; i+=alloc_size )
99 slot[i].m_next_p = &slot[i+alloc_size];
/gem5/src/systemc/dt/fx/
H A Dscfx_mant.cc87 unsigned alloc_size = (UINT64_ONE << slot_index); local
92 slot = new word_list[ALLOC_SIZE * alloc_size];
94 for (i = 0; i < alloc_size * (ALLOC_SIZE - 1) ; i += alloc_size) {
95 slot[i].m_next_p = &slot[i + alloc_size];

Completed in 3 milliseconds