Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_allocator/block/public/pw_allocator/block/
H A Dalignable.h132 StatusWithSize can_alloc = block->DoCanAlloc(layout); in DoAllocFirst() local
164 StatusWithSize can_alloc = block->DoCanAlloc(layout); in DoAllocLast() local
H A Dallocatable.h288 StatusWithSize can_alloc = block->DoCanAlloc(layout); in DoAllocFirst() local
321 StatusWithSize can_alloc = block->DoCanAlloc(layout); in DoAllocLast() local
/aosp_15_r20/external/libnl/lib/route/link/
H A Dcan.c79 static int can_alloc(struct rtnl_link *link) in can_alloc() function