summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/block_test.cpp
AgeCommit message (Expand)Author
2025-01-17[libc] Fix malloc riscv32 test failures from #117815Daniel Thornburgh
2025-01-16[NFC][libc] Add Block::PREV_FIELD_SIZE for use in testsDaniel Thornburgh
2025-01-16[NFC][libc] Remove Block::ALIGNMENT and Block::BLOCK_OVERHEADDaniel Thornburgh
2025-01-16[libc] Fix malloc Block alignment issue on riscv32 (#117815)Daniel Thornburgh
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[NFC][libc][malloc] Refactor Block (#100445)Daniel Thornburgh
2024-07-03[libc] Add aligned_alloc (#96586)PiJoules
2024-06-20[libc] Move freelist + block to __support (#96231)PiJoules