[libc-commits] [libc] [libc] Control freelist malloc buffer size with a config (PR #96248)
via libc-commits
libc-commits at lists.llvm.org
Thu Jun 20 16:40:42 PDT 2024
================
@@ -17,15 +17,8 @@
namespace LIBC_NAMESPACE {
namespace {
-// Users can define LIBC_FREELIST_MALLOC_SIZE for setting the default buffer
-// size used by freelist malloc.
-#ifdef LIBC_FREELIST_MALLOC_SIZE
----------------
PiJoules wrote:
Done
https://github.com/llvm/llvm-project/pull/96248
More information about the libc-commits
mailing list