Changeset 833ba13 for benchmark/io


Ignore:
Timestamp:
Dec 2, 2020, 12:31:56 PM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
ddcedfe
Parents:
3d0560d (diff), a25f64b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
benchmark/io/http
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/filecache.cfa

    r3d0560d r833ba13  
    199199                }
    200200                free(raw);
    201                 adelete(file_cache.size, file_cache.entries);
     201                adelete( file_cache.entries );
    202202                exit(0);
    203203        }
Note: See TracChangeset for help on using the changeset viewer.