Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_allocator/
H A Dapi.rst97 BlockAllocator section in Allocator implementations
102 .. _module-pw_allocator-api-first_fit_allocator:
104 FirstFitAllocator
111 BestFitAllocator
118 WorstFitAllocator
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dshared.h39 typedef struct BlockAllocator struct
43 } BlockAllocator; argument
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dblock_allocator.h153 constexpr explicit BlockAllocator() : Base(kCapabilities) {} in BlockAllocator() function