{
allocator.free(cloneKey.key);
}
}
ContextAllocator contextAllocator = allocator.wrap(opGroup, cfs);
AtomicBTreeColumns.Delta delta = previous.addAllWithSizeDelta(cf, contextAllocator, contextAllocator, indexer, new AtomicBTreeColumns.Delta());
liveDataSize.addAndGet(delta.dataSize());
currentOperations.addAndGet(cf.getColumnCount() + (cf.isMarkedForDelete() ? 1 : 0) + cf.deletionInfo().rangeCount());
// allocate or free the delta in column overhead after the fact