mirror of https://github.com/acidanthera/audk.git
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:
parent
567906c7b9
commit
dd51e45b6f
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue