Home
last modified time | relevance | path

Searched defs:BestFitAllocator (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_malloc/
Dbest_fit.cc23 using BestFitAllocator = ::pw::allocator::BestFitAllocator<BlockType>; typedef
/external/pigweed/pw_allocator/public/pw_allocator/
Dbest_fit.h53 BestFitAllocator(ByteSpan region) { Base::Init(region); } in BestFitAllocator() function
/external/pigweed/pw_allocator/
Dapi.rst136 BestFitAllocator subsection
141 .. _module-pw_allocator-api-bucket_block_allocator:
Dbest_fit_test.cc30 using BestFitAllocator = ::pw::allocator::BestFitAllocator<BlockType>; typedef