reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt committed almost 2 years ago
reftable: fix calls to free(3P)
Patrick Steinhardt committed almost 2 years ago
reftable: handle trivial allocation failures
Patrick Steinhardt committed almost 2 years ago
reftable/tree: handle allocation failures
Patrick Steinhardt committed almost 2 years ago
reftable/pq: handle allocation failures when adding entries
Patrick Steinhardt committed almost 2 years ago
reftable/block: handle allocation failures
Patrick Steinhardt committed almost 2 years ago
reftable/blocksource: handle allocation failures
Patrick Steinhardt committed almost 2 years ago
reftable/iter: handle allocation failures when creating indexed table iter
Patrick Steinhardt committed almost 2 years ago
reftable/stack: handle allocation failures in auto compaction
Patrick Steinhardt committed almost 2 years ago
reftable/stack: handle allocation failures in `stack_compact_range()`
Patrick Steinhardt committed almost 2 years ago
reftable/stack: handle allocation failures in `reftable_new_stack()`
Patrick Steinhardt committed almost 2 years ago
reftable/stack: handle allocation failures on reload
Patrick Steinhardt committed almost 2 years ago
reftable/reader: handle allocation failures in `reader_init_iter()`
Patrick Steinhardt committed almost 2 years ago
reftable/reader: handle allocation failures for unindexed reader
Patrick Steinhardt committed almost 2 years ago
reftable/merged: handle allocation failures in `merged_table_init_iter()`
Patrick Steinhardt committed almost 2 years ago
reftable/writer: handle allocation failures in `reftable_new_writer()`
Patrick Steinhardt committed almost 2 years ago
reftable/writer: handle allocation failures in `writer_index_hash()`
Patrick Steinhardt committed almost 2 years ago
reftable/record: handle allocation failures when decoding records
Patrick Steinhardt committed almost 2 years ago
reftable/record: handle allocation failures on copy
Patrick Steinhardt committed almost 2 years ago
reftable/basics: handle allocation failures in `parse_names()`
Patrick Steinhardt committed almost 2 years ago