MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / write_data

Function write_data

libCacheSim/dataStructure/sparsepp/spp.h:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253 template <typename OUTPUT>
254 inline bool write_data(OUTPUT* fp, const void* data, size_t length)
255 {
256 return write_data_internal(fp, fp, data, length);
257 }
258
259 // Uses read_data() and write_data() to read/write an integer.
260 // length is the number of bytes to read/write (which may differ

Callers 4

write_bigendian_numberFunction · 0.85
operator()Method · 0.85
write_metadataMethod · 0.85
write_nopointer_dataMethod · 0.85

Calls 1

write_data_internalFunction · 0.85

Tested by

no test coverage detected