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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.cpp85 const int ALLOC_SIZE = 128; local
95 slot = new word_list[ALLOC_SIZE * alloc_size];
97 for( i = 0; i < alloc_size*(ALLOC_SIZE-1) ; i+=alloc_size )
H A Dscfx_rep.cpp377 const int ALLOC_SIZE = 1024; local
384 list = new scfx_rep_node[ALLOC_SIZE];
385 for( int i = 0; i < ALLOC_SIZE - 1; i ++ )
387 list[ALLOC_SIZE - 1].next = 0;
/gem5/src/systemc/dt/fx/
H A Dscfx_mant.cc84 const int ALLOC_SIZE = 128; local
92 slot = new word_list[ALLOC_SIZE * alloc_size];
94 for (i = 0; i < alloc_size * (ALLOC_SIZE - 1) ; i += alloc_size) {
H A Dscfx_rep.cc341 const int ALLOC_SIZE = 1024; local
347 list = new scfx_rep_node[ALLOC_SIZE];
348 for (int i = 0; i < ALLOC_SIZE - 1; i++)
350 list[ALLOC_SIZE - 1].next = 0;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp500 const int ALLOC_SIZE = 64; local
503 free_list = (sc_event_timed_u*) malloc( ALLOC_SIZE *
506 for( ; i < ALLOC_SIZE - 1; ++ i ) {

Completed in 19 milliseconds