Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DInstallConfigurationTable.c19 UINTN mSystemTableAllocateSize = 0; variable
113 if ((Index * sizeof (EFI_CONFIGURATION_TABLE)) >= mSystemTableAllocateSize) { in CoreInstallConfigurationTable()
117 mSystemTableAllocateSize += (CONFIG_TABLE_SIZE_INCREASED * sizeof (EFI_CONFIGURATION_TABLE)); in CoreInstallConfigurationTable()
118 EfiConfigurationTable = AllocateRuntimePool (mSystemTableAllocateSize); in CoreInstallConfigurationTable()