Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/
Dapi.rst126 BlockAllocator section in Allocator implementations
134 .. _module-pw_allocator-api-best_fit_allocator:
136 BestFitAllocator
143 BucketAllocator
150 DlAllocator
157 FirstFitAllocator
164 TlsfAllocator
171 WorstFitAllocator
/external/mesa3d/src/intel/vulkan/grl/gpu/
Dshared.h39 typedef struct BlockAllocator struct
43 } BlockAllocator; argument
/external/pigweed/pw_allocator/public/pw_allocator/
Dblock_allocator.h134 constexpr explicit BlockAllocator() : Base(kCapabilities) {} in BlockAllocator() function