• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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