From 42eedea958591087603bbacd1c2227d2494026af Mon Sep 17 00:00:00 2001 From: yshang1 Date: Fri, 25 Jul 2008 12:21:57 +0000 Subject: Code Scrub for MdePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5567 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MdePkg/Library/DxeMemoryAllocationLib') diff --git a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c index 773797a291..42d05d7826 100644 --- a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c +++ b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c @@ -1078,7 +1078,14 @@ FreeAlignedPool ( ASSERT_EFI_ERROR (Status); } +/** + Frees buffer that were previously allocated with one of the + memory allocation functions in the Memory Allocation Library. + + @param Buffer Pointer to the buffer of pages + to free. +**/ VOID EFIAPI SafeFreePool ( -- cgit v1.2.3