blob: 7f04fc8cb07b78dd668c2f490a5e229a51164560 [file]
.. _module-pw_malloc_freelist:
------------------
pw_malloc_freelist
------------------
.. pigweed-module::
:name: pw_malloc_freelist
This module is deprecated. ``pw::allocator::FreeListHeap`` has been replaced by
``pw::allocator::BucketAllocator``, which uses the same allocation algorithm and
implements the ``pw::Allocator`` API.
This module is now an alias to ``pw_malloc:bucket_allocator`` to
facilitate backwards-compatibility.