[compiler-rt] [scudo] Allow to resize allocation ring buffer (PR #82683)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 14:42:59 PST 2024


================
@@ -123,6 +123,8 @@ size_t __scudo_get_region_info_size(void);
 const char *__scudo_get_ring_buffer_addr(void);
 size_t __scudo_get_ring_buffer_size(void);
 
+bool __scudo_resize_ring_buffer(int);
+
----------------
fmayer wrote:

Yes, this will be used in the mallopt, but we need to do additional stuff in libc (see the AOSP draft CL linked in description)

https://github.com/llvm/llvm-project/pull/82683


More information about the llvm-commits mailing list