Changes in benchmark/io/http/filecache.cfa [d9c2284:2ecbd7b]
- File:
-
- 1 edited
-
benchmark/io/http/filecache.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/filecache.cfa
rd9c2284 r2ecbd7b 192 192 } 193 193 194 [int *, int] filefds(int extra) {195 if(!file_cache.entries) {196 abort("File cache not filled!\n");197 }198 199 return [aalloc(extra), 0];200 }201 202 203 194 void close_cache() { 204 195 for(idx; file_cache.size) {
Note:
See TracChangeset
for help on using the changeset viewer.