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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DInstallConfigurationTable.c19 UINTN mSystemTableAllocateSize = 0; variable
113 if ((Index * sizeof (EFI_CONFIGURATION_TABLE)) >= mSystemTableAllocateSize) {
117 mSystemTableAllocateSize += (CONFIG_TABLE_SIZE_INCREASED * sizeof (EFI_CONFIGURATION_TABLE));
118 EfiConfigurationTable = AllocateRuntimePool (mSystemTableAllocateSize);

Completed in 54 milliseconds