xref: /aosp_15_r20/external/pigweed/pw_malloc_freelist/docs.rst (revision 61c4878ac05f98d0ceed94b57d316916de578985)
1.. _module-pw_malloc_freelist:
2
3------------------
4pw_malloc_freelist
5------------------
6
7This module is deprecated. ``pw::allocator::FreeListHeap`` has been replaced by
8``pw::allocator::BucketBlockAllocator``, which uses the same allocation
9algorithm and implements the ``pw::Allocator`` API.
10
11This module is now an alias to ``pw_malloc:bucket_block_allocator`` to
12facilitate backwards-compatibility.
13