]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Mem/Pool.c
MdeModulePkg/DxeCore: Fix coding style issues
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Mem / Pool.c
index 5248ee2e6c0221cc2fbd713078b2a4a621c03da0..dd165fea756ed9997323a9f2329f003fe1fbb569 100644 (file)
@@ -291,6 +291,17 @@ CoreAllocatePool (
   return Status;\r
 }\r
 \r
+/**\r
+  Internal function.  Used by the pool functions to allocate pages\r
+  to back pool allocation requests.\r
+\r
+  @param  PoolType               The type of memory for the new pool pages\r
+  @param  NoPages                No of pages to allocate\r
+  @param  Granularity            Bits to align.\r
+\r
+  @return The allocated memory, or NULL\r
+\r
+**/\r
 STATIC\r
 VOID *\r
 CoreAllocatePoolPagesI (\r
@@ -553,6 +564,14 @@ CoreFreePool (
   return Status;\r
 }\r
 \r
+/**\r
+  Internal function.  Frees pool pages allocated via CoreAllocatePoolPagesI().\r
+\r
+  @param  PoolType               The type of memory for the pool pages\r
+  @param  Memory                 The base address to free\r
+  @param  NoPages                The number of pages to free\r
+\r
+**/\r
 STATIC\r
 VOID\r
 CoreFreePoolPagesI (\r