| 498 | } |
| 499 | |
| 500 | inline 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 | |
| 505 | int64_t last_cost(cdb2_hndl_tp *db) { |
| 506 | int64_t cost = 0; |