Home
last modified time | relevance | path

Searched refs:RequestedLayout (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Dwith_layout.h63 constexpr Layout RequestedLayout() const;
102 constexpr Layout BlockWithLayout<Derived>::RequestedLayout() const { in RequestedLayout() function
Dunit_tests.h1383 Layout old_layout = first->RequestedLayout(); in CanAllocFirst_ShiftToPrev_SubsequentBlock()
1396 Layout new_layout = first->RequestedLayout(); in CanAllocFirst_ShiftToPrev_SubsequentBlock()
1774 Layout block1_layout = block1->RequestedLayout(); in CanGetAlignmentFromUsedBlock()
1775 Layout block2_layout = block2->RequestedLayout(); in CanGetAlignmentFromUsedBlock()
1798 Layout layout = block1->RequestedLayout(); in FreeBlocksHaveDefaultAlignment()
/external/pigweed/pw_allocator/public/pw_allocator/
Dblock_allocator.h433 return block->RequestedLayout(); in DoGetInfo()