mirror of https://github.com/acidanthera/audk.git
Comments have been checked with spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6872 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5899f27e06
commit
6a30c6d0a6
|
@ -702,7 +702,6 @@ InternalReallocatePool (
|
|||
If NewSize is 0, then a valid buffer of 0 size is returned. If there is not
|
||||
enough memory remaining to satisfy the request, then NULL is returned.
|
||||
|
||||
If OldBuffer is NULL, then ASSERT().
|
||||
If NewSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
|
||||
If OldSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
|
||||
|
||||
|
@ -735,7 +734,6 @@ ReallocatePool (
|
|||
If NewSize is 0, then a valid buffer of 0 size is returned. If there is not
|
||||
enough memory remaining to satisfy the request, then NULL is returned.
|
||||
|
||||
If OldBuffer is NULL, then ASSERT().
|
||||
If NewSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
|
||||
If OldSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
|
||||
|
||||
|
@ -767,8 +765,7 @@ ReallocateRuntimePool (
|
|||
OldBuffer is freed. A pointer to the newly allocated buffer is returned.
|
||||
If NewSize is 0, then a valid buffer of 0 size is returned. If there is not
|
||||
enough memory remaining to satisfy the request, then NULL is returned.
|
||||
|
||||
If OldBuffer is NULL, then ASSERT().
|
||||
|
||||
If NewSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
|
||||
If OldSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
|
||||
|
||||
|
|
Loading…
Reference in New Issue