MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / free_blobs

Function free_blobs

tools/cdb2_sqlreplay/cdb2_sqlreplay.cpp:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500inline void free_blobs(std::vector<uint8_t *> &blobs_vect) {
501 for(std::vector<uint8_t *>::iterator it = blobs_vect.begin(); it != blobs_vect.end(); ++it)
502 free(*it);
503}
504
505int64_t last_cost(cdb2_hndl_tp *db) {
506 int64_t cost = 0;

Callers 1

replayFunction · 0.85

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected