Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPool.c58 #define SIZE_TO_LIST(a) (GetPoolIndexFromSize (a)) macro
333 Index = SIZE_TO_LIST(Size); in CoreAllocatePoolI()
344 if (Index >= SIZE_TO_LIST (Granularity)) { in CoreAllocatePoolI()
362 while (++Index < SIZE_TO_LIST (Granularity)) { in CoreAllocatePoolI()
586 Index = SIZE_TO_LIST(Size); in CoreFreePoolI()
592 if (Index >= SIZE_TO_LIST (Granularity)) { in CoreFreePoolI()