git/t/unit-tests
Patrick Steinhardt 12b9078066 reftable: handle trivial allocation failures
Handle trivial allocation failures in the reftable library and its unit
tests.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-10-02 07:53:55 -07:00
..
.gitignore
lib-oid.c
lib-oid.h
lib-reftable.c reftable/writer: handle allocation failures in `reftable_new_writer()` 2024-10-02 07:53:52 -07:00
lib-reftable.h t/unit-tests: introduce reftable library 2024-09-16 13:57:18 -07:00
t-ctype.c
t-example-decorate.c
t-hash.c
t-hashmap.c
t-mem-pool.c
t-oid-array.c
t-oidmap.c
t-oidtree.c
t-prio-queue.c
t-reftable-basics.c reftable/basics: handle allocation failures in `parse_names()` 2024-10-02 07:53:51 -07:00
t-reftable-block.c reftable: handle trivial allocation failures 2024-10-02 07:53:55 -07:00
t-reftable-merged.c reftable: handle trivial allocation failures 2024-10-02 07:53:55 -07:00
t-reftable-pq.c
t-reftable-reader.c reftable/reader: make table iterator reseekable 2024-09-16 13:57:19 -07:00
t-reftable-readwrite.c reftable: handle trivial allocation failures 2024-10-02 07:53:55 -07:00
t-reftable-record.c
t-reftable-stack.c reftable/merged: handle allocation failures in `merged_table_init_iter()` 2024-10-02 07:53:53 -07:00
t-reftable-tree.c reftable/tree: handle allocation failures 2024-10-02 07:53:55 -07:00
t-strbuf.c
t-strcmp-offset.c
t-strvec.c
t-trailer.c
t-urlmatch-normalization.c
test-lib.c
test-lib.h