]> begriffs open source - libderp/commit
Allow allocator customization at runtime
authorJoe Nelson <joe@begriffs.com>
Mon, 21 Nov 2022 22:27:49 +0000 (16:27 -0600)
committerJoe Nelson <joe@begriffs.com>
Sun, 27 Nov 2022 01:48:10 +0000 (19:48 -0600)
commit763e71ea451aa3e64001c280d1292628544cd80d
treee5910099c6358d34277d837757c50bb373090042
parent9be7e5253d896c4c80431c33f11be71b7285bfd7
Allow allocator customization at runtime

Also leak checking in tests with Boehm GC if available
18 files changed:
CHANGELOG.md
Makefile
README.md
build/dev/extra.mk
build/dev/test/cov
build/dev/test/run
configure
include/derp/common.h
include/internal/alloc.h [new file with mode: 0644]
src/common.c
src/hashmap.c
src/list.c
src/treemap.c
src/vector.c
test/t_hashmap.c
test/t_list.c
test/t_treemap.c
test/t_vector.c