Home | History | Annotate | Download | only in UefiShellDebug1CommandsLib

Lines Matching refs:AllocateZeroPool

191   mText       = AllocateZeroPool (WNDSIZ * 2 + MAXMATCH);

192 mLevel = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mLevel));
193 mChildCount = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
194 mPosition = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mPosition));
195 mParent = AllocateZeroPool (WNDSIZ * 2 * sizeof (*mParent));
196 mPrev = AllocateZeroPool (WNDSIZ * 2 * sizeof (*mPrev));
197 mNext = AllocateZeroPool ((MAX_HASH_VAL + 1) * sizeof (*mNext));
200 mBuf = AllocateZeroPool (mBufSiz);
207 mBuf = AllocateZeroPool (mBufSiz);
612 Temp = AllocateZeroPool (WNDSIZ + MAXMATCH);