]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Comments have been checked with spec
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Dec 2008 09:24:28 +0000 (09:24 +0000)
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Dec 2008 09:24:28 +0000 (09:24 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6872 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c

index 10a011e4463966f28882080f3b23b353cf248fdf..7f15ec0be906401879f503dd3ac371606e093388 100644 (file)
@@ -702,7 +702,6 @@ InternalReallocatePool (
   If NewSize is 0, then a valid buffer of 0 size is  returned.  If there is not \r
   enough memory remaining to satisfy the request, then NULL is returned.\r
   \r
-  If OldBuffer is NULL, then ASSERT().\r
   If NewSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). \r
   If OldSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). \r
 \r
@@ -735,7 +734,6 @@ ReallocatePool (
   If NewSize is 0, then a valid buffer of 0 size is  returned.  If there is not \r
   enough memory remaining to satisfy the request, then NULL is returned.\r
 \r
-  If OldBuffer is NULL, then ASSERT().\r
   If NewSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). \r
   If OldSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). \r
 \r
@@ -767,8 +765,7 @@ ReallocateRuntimePool (
   OldBuffer is freed.  A pointer to the newly allocated buffer is returned.  \r
   If NewSize is 0, then a valid buffer of 0 size is  returned.  If there is not \r
   enough memory remaining to satisfy the request, then NULL is returned.\r
-  \r
-  If OldBuffer is NULL, then ASSERT().\r
+\r
   If NewSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). \r
   If OldSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). \r
 \r