summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/freelist_heap_test.cpp
AgeCommit message (Expand)Author
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh
2025-04-22[libc] Fix warnings for freelist_heap_test/fuzz (#136634)Daniel Thornburgh
2025-01-16[libc] Fix freelist_heap_test.cpp warningsDaniel Thornburgh
2025-01-16[libc] Fix malloc Block alignment issue on riscv32 (#117815)Daniel Thornburgh
2024-12-12Revert "[libc] Breakup freelist_malloc into separate files" (#119749)Petr Hosek
2024-12-12[libc] Breakup freelist_malloc into separate files (#98784)Petr Hosek
2024-11-22[libc][NFC] Remove template arguments from Block (#117386)Daniel Thornburgh
2024-11-21Reapply "[libc] Use best-fit binary trie to make malloc logarithmic (#117065)"Daniel Thornburgh
2024-11-21Revert "[libc] Use best-fit binary trie to make malloc logarithmic (#117065)"Daniel Thornburgh
2024-11-21Reapply "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)Daniel Thornburgh
2024-11-20Revert "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)Daniel Thornburgh
2024-11-20[libc] Use best-fit binary trie to make malloc logarithmic (#106259)Daniel Thornburgh
2024-08-05[libc][malloc] Reuse the prev_ field for allocated blocks (#101265)Daniel Thornburgh
2024-07-25[libc] Lazily initialize freelist malloc using symbols (#99254)Daniel Thornburgh
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-03[libc] Add aligned_alloc (#96586)PiJoules
2024-06-20[libc] Move freelist + block to __support (#96231)PiJoules