You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the freelist allocator just assumes 1GB of storage for a buffer size. We should come up with a smarter way of selecting this. For tests on linux, this is valid enough to assert we can allocate enough for tests, but for embedded devices where this will likely be used initially. We have a hole where uses can specify the LIBC_FREELIST_MALLOC_SIZE macro at build time, but for default configs, it would be nice to have something similar to what scudo or sanitizer allocators have.