From 731ce39ef6fa35f64c19947bdb1719028478fdb9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Sep 2021 20:11:47 -0400 Subject: Add custom allocator support --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index f732a5f..2da63a0 100644 --- a/meson.build +++ b/meson.build @@ -172,6 +172,7 @@ endif # sources = [ + 'src/allocator.c', 'src/bitset.c', 'src/btree.c', 'src/digest.c', @@ -226,6 +227,7 @@ install_headers(headers, subdir: versioned_name / 'zix') # tests = [ + 'allocator_test', 'bitset_test', 'btree_test', 'digest_test', -- cgit v1.2.1