summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-64/+64
* MdePkg PeiMemoryAllocationLib: Update InternalAllocateAlignedPagesStar Zeng2017-09-041-132/+40
* MdePkg PeiMemoryAllocationLib: Update Free(Aligned)PagesStar Zeng2017-09-041-7/+9
* MdePkg: Update PeiMemoryAllocationLib to allocate EfiReservedMemoryType memor...Star Zeng2015-05-111-29/+2
* Don't initialize local variables in its declaration. Gao, Liming2014-08-281-2/+4
* Only reserve the aligned memory instead of reserving the unaligned memory in ...Gao, Liming2014-08-221-9/+133
* Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overf...Liming Gao2013-12-311-0/+4
* Update PeiMemoryAllocationLib instance to support AllocateReservedPages() API.Liming Gao2013-07-121-2/+31
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-301-9/+13
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-4/+4
* Update the copyright notice formathhtian2010-04-231-2/+2
* Minor update the function interface for three re-allocate pool APIs to check ...qhuang82009-05-121-12/+8
* Add conformance check for OldBuffer and size even if the memory allocation fa...qhuang82009-05-111-7/+11
* Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n ac...mdkinney2009-05-091-3/+8
* Clarify ASSERT() conditions for Reallocate Pool functions.mdkinney2009-05-081-9/+9
* Remove wrong comments in function header.qhuang82009-03-101-1/+0
* Comments have been checked with specjji42008-12-051-4/+1
* Refine MdePkg library instances: Remove unnecessary EFIAPI modifier for libra...qhuang82008-12-011-1/+0
* Synchronize function comment in h filegikidy2008-11-261-0/+9
* Add reallocate functions to the PEI Memory Allocation Librarymdkinney2008-11-241-0/+141
* synchronize the MdePkg/Include/Library/MemoryAllocationLib.h,PalLib.h the MDE...gikidy2008-11-211-2/+2
* Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang122008-10-301-19/+0
* Clean up DxeMemoryAllocationLib and PeiMemoryAllocationLib.lgao42008-08-241-8/+8
* Remove allocate aligned pool services.qhuang82008-08-201-427/+0
* Code scrub:yshang12008-07-141-0/+8
* UEFI HII: Merge UEFI HII support changes from branch.qwang122008-01-211-0/+13
* Merge the PI enabling works from the branchqwang122007-09-041-7/+3
* remove some comments introduced by tools.vanjeff2007-07-201-9/+3
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-121-2/+0
* Checked in part of MDE library instances following PI and UEFI. It includes:yshang12007-06-221-2/+12
* Import some Pei and Dxe related instances for MdePkg.vanjeff2007-06-221-0/+1079
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-1074/+0
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-251-0/+1
* 1. Add the fix for the following Bugs:cwu112006-11-031-4/+4
* Adjust coding style for MemoryAllocationLib.qhuang82006-07-231-180/+349
* UefiLib:qhuang82006-06-041-0/+12
* MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSiz...qhuang82006-05-251-0/+13
* Initial import.bbahnsen2006-04-211-0/+879