Changeset 5936244 for benchmark/io


Ignore:
Timestamp:
Nov 30, 2020, 5:14:06 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
956910d
Parents:
6d1790c
Message:

Fixed errors in httop benchmark

Location:
benchmark/io/http
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/Makefile.am

    r6d1790c r5936244  
    2424AM_CFAFLAGS = -quiet -nodebug
    2525
     26CCLD = $(CFACC)
     27
    2628EXTRA_PROGRAMS = httpforall .dummy_hack
    2729
  • benchmark/io/http/filecache.cfa

    r6d1790c r5936244  
    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.