Lines Matching refs:AllocateZeroPool
59 Buffer = AllocateZeroPool(Size);
151 VariableName = AllocateZeroPool(NameBufferSize);
166 VariableName = AllocateZeroPool(NameBufferSize);
176 VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST));
184 VarList->Val = AllocateZeroPool (ValSize + sizeof (CHAR16));
197 VarList->Val = AllocateZeroPool (ValBufferSize + sizeof (CHAR16));
335 Node = AllocateZeroPool(sizeof(ENV_VAR_LIST));
341 Node->Key = AllocateZeroPool((StrStr(CurrentString, L"=") - CurrentString + 1) * sizeof(CHAR16));
371 VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST));
496 Node = (ENV_VAR_LIST*)AllocateZeroPool (sizeof(ENV_VAR_LIST));