Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/locality.cfa

    r8fe35be r75965a6  
    222222                threads_left = nprocs;
    223223                {
    224                         MyThread ** threads = alloc(nthreads);
     224                        MyThread * threads[nthreads];
    225225                        for(i; nthreads) {
    226226                                threads[i] = malloc();
     
    259259                                free( threads[i] );
    260260                        }
    261                         free( threads );
    262261                }
    263262
Note: See TracChangeset for help on using the changeset viewer.