]> begriffs open source - libderp/commit
WIP: Boehm GC support
authorJoe Nelson <joe@begriffs.com>
Mon, 21 Nov 2022 22:27:49 +0000 (16:27 -0600)
committerJoe Nelson <joe@begriffs.com>
Mon, 21 Nov 2022 22:27:49 +0000 (16:27 -0600)
commit0717b426282d40ec80d9671086df8aa29c1e76f4
tree55d8776cb4178cb8db53e751a2b393114ff35b84
parent9be7e5253d896c4c80431c33f11be71b7285bfd7
WIP: Boehm GC support
15 files changed:
Makefile
build/dev/extra.mk
build/dev/test/cov
build/dev/test/run
configure
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