Changes in benchmark/readyQ/locality.cfa [8fe35be:75965a6]
- File:
-
- 1 edited
-
benchmark/readyQ/locality.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/locality.cfa
r8fe35be r75965a6 222 222 threads_left = nprocs; 223 223 { 224 MyThread * * threads = alloc(nthreads);224 MyThread * threads[nthreads]; 225 225 for(i; nthreads) { 226 226 threads[i] = malloc(); … … 259 259 free( threads[i] ); 260 260 } 261 free( threads );262 261 } 263 262
Note:
See TracChangeset
for help on using the changeset viewer.