summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-36/+61
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-58/+58
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2016-07-01MdeModulePkg DxeCoreMemoryAllocationLib: Extend to support MemoryProfileLibStar Zeng1-20/+257
2015-03-13MdeModulePkg: Fix typo.Shumin Qiu1-2/+2
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-1/+3
2013-12-31Update MemoryAllocationLib AllocateAlignedPages API comments for memory overf...Liming Gao1-1/+5
2010-04-24Update the copyright notice formathhtian1-2/+2
2009-05-12Minor update the function interface for three re-allocate pool APIs to check ...qhuang81-12/+8
2009-05-11Add conformance check for OldBuffer and size even if the memory allocation fa...qhuang81-7/+11
2009-05-09Update comments in PeiMemoryAllocationLib and UefiMemoryAllocationLib to matc...mdkinney1-3/+6
2009-05-09Fix bug in Reallocate Pool functions in DXE Core Memory Allocation Lib. The ...mdkinney1-10/+9
2008-12-05Comments have been checked with specjji41-4/+1
2008-12-01Add 3 reallocation pool services in MemoryAllocationLib class.qhuang81-1/+150
2008-11-21synchronize the file with the MDE_Library_Spec and fixed some typo.gikidy1-2/+2
2008-08-27Add DxeCoreMemoryAllocationLib instance dedicated to DxeCore use.qhuang81-0/+669