Searched defs:MAX_POOL_LIST (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DPool.c55 #define MAX_POOL_LIST SIZE_TO_LIST(DEFAULT_PAGE_ALLOCATION) macro
68 LIST_ENTRY FreeList[MAX_POOL_LIST];
99 for (Index=0; Index < MAX_POOL_LIST; Index++) {
148 for (Index=0; Index < MAX_POOL_LIST; Index++) {
274 if (Index >= MAX_POOL_LIST) {
299 ASSERT (Index < MAX_POOL_LIST);
469 if (Index >= MAX_POOL_LIST) {

Completed in 94 milliseconds