Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:AllocateZeroPool

85   LocalFont = (HII_FONT_INFO *) AllocateZeroPool (sizeof (HII_FONT_INFO));

223 *StringFontInfo = (EFI_FONT_INFO *) AllocateZeroPool (GlobalFont->FontInfoSize);
507 FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoSize);
796 StringBlock = (UINT8 *) AllocateZeroPool (NewBlockSize);
994 Block = AllocateZeroPool (BlockSize);
1031 Block = AllocateZeroPool (BlockSize);
1072 Block = AllocateZeroPool (BlockSize);
1262 StringBlock = (UINT8 *) AllocateZeroPool (OldBlockSize + Ucs2BlockSize);
1312 StringPackage = AllocateZeroPool (sizeof (HII_STRING_PACKAGE_INSTANCE));
1327 StringPackage->StringPkgHdr = AllocateZeroPool (HeaderSize);
1348 StringPackage->StringBlock = (UINT8 *) AllocateZeroPool (BlockSize);
1391 StringBlock = (UINT8 *) AllocateZeroPool (OldBlockSize + Ucs2BlockSize);
1431 StringBlock = (UINT8 *) AllocateZeroPool (OldBlockSize + Ucs2FontBlockSize);
1468 StringBlock = (UINT8 *) AllocateZeroPool (OldBlockSize + FontBlockSize + Ucs2FontBlockSize);
2040 Lan1 = AllocateZeroPool (StrLen);
2046 Lan2 = AllocateZeroPool (StrLen);