summaryrefslogtreecommitdiff
path: root/libc/src/stdlib/baremetal/aligned_alloc.cpp
AgeCommit message (Collapse)Author
2024-12-16[libc] Breakup freelist_malloc into separate files (#119806)Petr Hosek
This better matches the structure we use for the rest of libc.
2024-12-12Revert "[libc] Breakup freelist_malloc into separate files" (#119749)Petr Hosek
Reverts llvm/llvm-project#98784 which broke libc builders.
2024-12-12[libc] Breakup freelist_malloc into separate files (#98784)Petr Hosek
This better matches the structure we use for the rest of libc.