Home | History | Annotate | Download | only in UefiHiiLib

Lines Matching refs:AllocateZeroPool

186   PackageListHeader = AllocateZeroPool (Length);

331 HiiHandleBuffer = AllocateZeroPool (HandleBufferLength + sizeof (EFI_HII_HANDLE));
642 ResultsData = AllocateZeroPool (sizeof (CHAR16));
653 ResultsData = AllocateZeroPool (ResultsDataSize);
752 String = AllocateZeroPool (MaxLen * sizeof (CHAR16));
864 DataBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
893 DataBuffer = (UINT8 *) AllocateZeroPool ((Length/4 + 1) * sizeof (CHAR16));
1008 Buf = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
1749 DataBuffer = AllocateZeroPool (MaxBufferSize);
1757 BlockArray = (IFR_BLOCK_DATA *) AllocateZeroPool (sizeof (IFR_BLOCK_DATA));
1869 NewBlockData = (IFR_BLOCK_DATA *) AllocateZeroPool (sizeof (IFR_BLOCK_DATA));
2385 ConfigAltHdr = AllocateZeroPool ( MaxLen * sizeof (CHAR16));
2683 ConfigResp = AllocateZeroPool (Size);
2763 ConfigRequest = AllocateZeroPool (Size);
2772 ConfigRequest = AllocateZeroPool (Size);
4248 UpdatePackageList = AllocateZeroPool (BufferSize);
4257 TempPacakge = AllocateZeroPool (BufferSize);