Home
last modified time | relevance | path

Searched defs:TlsfAllocator (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_allocator/public/pw_allocator/
Dtlsf_allocator.h113 explicit TlsfAllocator(ByteSpan region) : TlsfAllocator() { in TlsfAllocator() function
150 constexpr TlsfAllocator<BlockType, kMinSize, kNumShelves>::TlsfAllocator() { in TlsfAllocator() function
/external/pigweed/pw_allocator/
Dapi.rst164 TlsfAllocator subsection
169 .. _module-pw_allocator-api-worst_fit_allocator:
Dtlsf_allocator_test.cc29 using TlsfAllocator = ::pw::allocator::TlsfAllocator<BlockType>; typedef