about summary refs log tree commit diff
path: root/malloc/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/Versions')
-rw-r--r--malloc/Versions7
1 files changed, 7 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions
index f3c3d8a093..16f9dab418 100644
--- a/malloc/Versions
+++ b/malloc/Versions
@@ -72,5 +72,12 @@ libc {
     __libc_scratch_buffer_grow;
     __libc_scratch_buffer_grow_preserve;
     __libc_scratch_buffer_set_array_size;
+
+    # dynarray support
+    __libc_dynarray_at_failure;
+    __libc_dynarray_emplace_enlarge;
+    __libc_dynarray_finalize;
+    __libc_dynarray_resize;
+    __libc_dynarray_resize_clear;
   }
 }