Searched defs:TlsfAllocator (Results 1 – 3 of 3) sorted by relevance
113 explicit TlsfAllocator(ByteSpan region) : TlsfAllocator() { in TlsfAllocator() function150 constexpr TlsfAllocator<BlockType, kMinSize, kNumShelves>::TlsfAllocator() { in TlsfAllocator() function
164 TlsfAllocator subsection169 .. _module-pw_allocator-api-worst_fit_allocator:
29 using TlsfAllocator = ::pw::allocator::TlsfAllocator<BlockType>; typedef