Searched defs:BlockAllocator (Results 1 – 3 of 3) sorted by relevance
126 BlockAllocator section in Allocator implementations134 .. _module-pw_allocator-api-best_fit_allocator:136 BestFitAllocator143 BucketAllocator150 DlAllocator157 FirstFitAllocator164 TlsfAllocator171 WorstFitAllocator
39 typedef struct BlockAllocator struct43 } BlockAllocator; argument
134 constexpr explicit BlockAllocator() : Base(kCapabilities) {} in BlockAllocator() function