MdeModulePkg: Add function comment for 'GetPoolIndexFromSize'.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17037 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Shumin Qiu 2015-03-10 06:57:04 +00:00 committed by shenshushi
parent 567906c7b9
commit dd51e45b6f
1 changed files with 8 additions and 0 deletions

View File

@ -85,6 +85,14 @@ POOL mPoolHead[EfiMaxMemoryType];
//
LIST_ENTRY mPoolHeadList = INITIALIZE_LIST_HEAD_VARIABLE (mPoolHeadList);
/**
Get pool size table index from the specified size.
@param Size The specified size to get index from pool table.
@return The index of pool size table.
**/
STATIC
UINTN
GetPoolIndexFromSize (