Home | History | Annotate | Download | only in DisplayEngineDxe

Lines Matching refs:AllocateZeroPool

805   StringPtr = AllocateZeroPool ((Maximum + 1) * sizeof (CHAR16));

872 TempString = AllocateZeroPool ((Maximum + 1) * sizeof (CHAR16));
1001 *OptionString = AllocateZeroPool (MaxLen * sizeof (CHAR16));
1037 ValueArray = AllocateZeroPool (Question->CurrentValue.BufferLen);
1154 *OptionString = AllocateZeroPool (BufferSize);
1231 *OptionString = AllocateZeroPool (BufferSize);
1252 *OptionString = AllocateZeroPool (BufferSize);
1275 *OptionString = AllocateZeroPool (BufferSize);
1319 *OptionString = AllocateZeroPool (BufferSize);
1358 StringPtr = AllocateZeroPool (Question->CurrentValue.BufferLen + sizeof (CHAR16));
1375 *OptionString = AllocateZeroPool (BufferSize);
1455 *FormattedString = AllocateZeroPool (TotalRowNum * MaxStringLen * sizeof (CHAR16));