]> begriffs open source - libderp/commit
Allow allocator customization at runtime
authorJoe Nelson <joe@begriffs.com>
Fri, 25 Nov 2022 23:31:31 +0000 (17:31 -0600)
committerJoe Nelson <joe@begriffs.com>
Sat, 26 Nov 2022 01:00:00 +0000 (19:00 -0600)
commita08a036b37b803a5a032126b245e81e62ef46f27
tree8f8502a23fc0070d3162d00a143a08f0eec3470c
parentef41fc8b1c997299bd7618a99ca018c66828f229
Allow allocator customization at runtime

Allows tests to gracefully degrade when Boehm GC is not installed
on the system.

However, I'm getting what seems to be spurious stack smash failures.
README.md
build/dev/extra.mk
configure
include/derp/common.h
include/internal/alloc.h
src/common.c
test/t_hashmap.c
test/t_list.c
test/t_treemap.c
test/t_vector.c