| 33 | } |
| 34 | |
| 35 | void |
| 36 | RefCountCacheHashEntry::dealloc(RefCountCacheHashEntry *e) |
| 37 | { |
| 38 | return refCountCacheHashingValueAllocator.free(e); |
| 39 | } |
| 40 | |
| 41 | RefCountCacheHeader::RefCountCacheHeader(ts::VersionNumber object_version) : object_version(object_version){}; |
| 42 |
no test coverage detected