]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Add function comment for 'GetPoolIndexFromSize'.
authorShumin Qiu <shumin.qiu@intel.com>
Tue, 10 Mar 2015 06:57:04 +0000 (06:57 +0000)
committershenshushi <shenshushi@Edk2>
Tue, 10 Mar 2015 06:57:04 +0000 (06:57 +0000)
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

MdeModulePkg/Core/Dxe/Mem/Pool.c

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