Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Dalignable.h135 StatusWithSize can_alloc = block->DoCanAlloc(layout); in DoAllocFirst() local
167 StatusWithSize can_alloc = block->DoCanAlloc(layout); in DoAllocLast() local
Dallocatable.h301 StatusWithSize can_alloc = block->DoCanAlloc(layout); in DoAllocFirst() local
336 StatusWithSize can_alloc = block->DoCanAlloc(layout); in DoAllocLast() local
/external/libnl/lib/route/link/
Dcan.c79 static int can_alloc(struct rtnl_link *link) in can_alloc() function