Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ close_trace
Function
close_trace
libCacheSim/include/libCacheSim/reader.h:251–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
int close_reader(reader_t *reader);
250
251
static inline int close_trace(reader_t *const reader) { return close_reader(reader); }
252
253
/**
254
* clone a reader, mostly used in multithreading
Callers
6
main
Function · 0.85
simulate
Function · 0.85
main
Function · 0.85
runSimulation
Function · 0.85
runSim
Function · 0.85
compute_obj_reuse_stat
Method · 0.85
Calls
1
close_reader
Function · 0.85
Tested by
1
main
Function · 0.68