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/Versions8
1 files changed, 8 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions
index 23aafb5ccc..5b543069b3 100644
--- a/malloc/Versions
+++ b/malloc/Versions
@@ -76,7 +76,15 @@ libc {
     __libc_scratch_buffer_grow_preserve;
     __libc_scratch_buffer_set_array_size;
 
+
     # Internal name for reallocarray
     __libc_reallocarray;
+
+    # dynarray support
+    __libc_dynarray_at_failure;
+    __libc_dynarray_emplace_enlarge;
+    __libc_dynarray_finalize;
+    __libc_dynarray_resize;
+    __libc_dynarray_resize_clear;
   }
 }