diff options
author | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-10 01:44:22 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-10 01:44:22 +0000 |
commit | 18d37b829c3a1990d110d94bd96d4028d36ad422 (patch) | |
tree | 1fa49945a9d6725029693168914aa6bec3a95b60 /PerformancePkg/Dp_App | |
parent | 5f5b907c0dd693d2ba64e4727734bdf39604c0a8 (diff) | |
download | edk2-18d37b829c3a1990d110d94bd96d4028d36ad422.zip edk2-18d37b829c3a1990d110d94bd96d4028d36ad422.tar.gz edk2-18d37b829c3a1990d110d94bd96d4028d36ad422.tar.bz2 |
Add description for the parameter of SafeFreePool().
Signed-off-by: lzeng14
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12679 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg/Dp_App')
-rw-r--r-- | PerformancePkg/Dp_App/Dp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PerformancePkg/Dp_App/Dp.c b/PerformancePkg/Dp_App/Dp.c index c5b8010..755f688 100644 --- a/PerformancePkg/Dp_App/Dp.c +++ b/PerformancePkg/Dp_App/Dp.c @@ -87,6 +87,9 @@ PARAM_ITEM_LIST ParamList[] = { /**
Wrap original FreePool to check NULL pointer first.
+
+ @param[in] Buffer The pointer to the buffer to free.
+
**/
VOID
SafeFreePool (
|