]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - malloc/Makefile
Implement allocation buffers for internal use
[thirdparty/glibc.git] / malloc / Makefile
index 14c13f17dc99a56096ca55135cfcd7009ce1a022..b50de7cd6c5b2c0295d6394621abcdc89f75df24 100644 (file)
@@ -33,6 +33,7 @@ tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack \
         tst-mallocfork2 \
         tst-interpose-nothread \
         tst-interpose-thread \
+        tst-alloc_buffer \
 
 tests-static := \
         tst-interpose-static-nothread \
@@ -63,6 +64,11 @@ routines = malloc morecore mcheck mtrace obstack reallocarray \
   dynarray_finalize \
   dynarray_resize \
   dynarray_resize_clear \
+  alloc_buffer_alloc_array \
+  alloc_buffer_allocate \
+  alloc_buffer_copy_bytes  \
+  alloc_buffer_copy_string \
+  alloc_buffer_create_failure \
 
 install-lib := libmcheck.a
 non-lib.a := libmcheck.a