Searched defs:BlockAllocator (Results 1 – 3 of 3) sorted by relevance
97 BlockAllocator section in Allocator implementations102 .. _module-pw_allocator-api-first_fit_allocator:104 FirstFitAllocator111 BestFitAllocator118 WorstFitAllocator
39 typedef struct BlockAllocator struct43 } BlockAllocator; argument
153 constexpr explicit BlockAllocator() : Base(kCapabilities) {} in BlockAllocator() function