Home | History | Annotate | Download | only in UefiHiiLib

Lines Matching refs:AllocateZeroPool

186   PackageListHeader = AllocateZeroPool (Length);

331 HiiHandleBuffer = AllocateZeroPool (HandleBufferLength + sizeof (EFI_HII_HANDLE));
652 ResultsData = AllocateZeroPool (sizeof (CHAR16));
663 ResultsData = AllocateZeroPool (ResultsDataSize);
762 String = AllocateZeroPool (MaxLen * sizeof (CHAR16));
874 DataBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
903 DataBuffer = (UINT8 *) AllocateZeroPool ((Length/4 + 1) * sizeof (CHAR16));
1018 Buf = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
1759 DataBuffer = AllocateZeroPool (MaxBufferSize);
1767 BlockArray = (IFR_BLOCK_DATA *) AllocateZeroPool (sizeof (IFR_BLOCK_DATA));
1879 NewBlockData = (IFR_BLOCK_DATA *) AllocateZeroPool (sizeof (IFR_BLOCK_DATA));
2396 ConfigAltHdr = AllocateZeroPool ( MaxLen * sizeof (CHAR16));
2694 ConfigResp = AllocateZeroPool (Size);
2774 ConfigRequest = AllocateZeroPool (Size);
2783 ConfigRequest = AllocateZeroPool (Size);
4259 UpdatePackageList = AllocateZeroPool (BufferSize);
4268 TempPackage = AllocateZeroPool (BufferSize);