[libc-commits] [libc] [llvm] [libc] add basic arena allocator (PR #121173)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Mon Jan 6 14:43:50 PST 2025


michaelrj-google wrote:

There's already an implementation of a `freelist` and a `freetrie` allocator for baremetal, see https://github.com/llvm/llvm-project/blob/main/libc/src/__support/freelist_heap.h and the related files. Would this work for your use case?

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


More information about the libc-commits mailing list