[all-commits] [llvm/llvm-project] 3bcd80: [libc][stdlib] Add the FreelistHeap (#95066)

PiJoules via All-commits all-commits at lists.llvm.org
Wed Jun 12 22:48:08 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bcd80acbac19b3066ffd09da98bf225fae93ef3
      https://github.com/llvm/llvm-project/commit/3bcd80acbac19b3066ffd09da98bf225fae93ef3
  Author: PiJoules <6019989+PiJoules at users.noreply.github.com>
  Date:   2024-06-12 (Wed, 12 Jun 2024)

  Changed paths:
    M libc/src/stdlib/CMakeLists.txt
    A libc/src/stdlib/freelist_heap.h
    M libc/test/src/stdlib/CMakeLists.txt
    A libc/test/src/stdlib/freelist_heap_test.cpp

  Log Message:
  -----------
  [libc][stdlib] Add the FreelistHeap (#95066)

This is the actual freelist allocator which utilizes the generic
FreeList and the Block classes. We will eventually wrap the malloc
interface around this.

This is a part of #94270 to land in smaller patches.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list