summaryrefslogtreecommitdiff
path: root/MdePkg/Library/PeiMemoryAllocationLib
AgeCommit message (Expand)AuthorFilesLines
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-09Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n ac...mdkinney1-3/+8
2009-05-08Clarify ASSERT() conditions for Reallocate Pool functions.mdkinney1-9/+9
2009-03-10Remove wrong comments in function header.qhuang81-1/+0
2008-12-05Comments have been checked with specjji41-4/+1
2008-12-01Refine MdePkg library instances: Remove unnecessary EFIAPI modifier for libra...qhuang81-1/+0
2008-11-26Synchronize function comment in h filegikidy1-0/+9
2008-11-25Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao41-1/+0
2008-11-24Add reallocate functions to the PEI Memory Allocation Librarymdkinney1-0/+141
2008-11-21synchronize the MdePkg/Include/Library/MemoryAllocationLib.h,PalLib.h the MDE...gikidy1-2/+2
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang121-19/+0
2008-10-29Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian1-1/+0
2008-10-28Refine file header for INF files of MDE library instances.xli241-1/+2
2008-10-28clean up EBC in inf files.vanjeff1-1/+1
2008-08-25remove the unused msa files in MdePkg.lgao41-50/+0
2008-08-24Clean up DxeMemoryAllocationLib and PeiMemoryAllocationLib.lgao42-10/+9
2008-08-20Remove allocate aligned pool services.qhuang83-627/+0
2008-07-14Code scrub:yshang11-0/+8
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang121-0/+13
2007-09-27Add SEC as a supported Module Type for all libraries that are also compatible...mdkinney1-1/+1
2007-09-04Merge the PI enabling works from the branchqwang122-7/+4
2007-07-20remove some comments introduced by tools.vanjeff1-9/+3
2007-07-19Remove unused comments in MdePkg.yshang11-27/+0
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH1-2/+0
2007-06-29removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...AJFISH1-10/+0
2007-06-27Updated headers to follow coding standardAJFISH1-3/+1
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang14-42/+12
2007-06-22Import some Pei and Dxe related instances for MdePkg.vanjeff5-0/+1452
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch3-1324/+0
2007-01-30Add supported module type & arch filter for all libraries in MdePkg to filter...qhuang81-8/+8
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli243-0/+202
2006-11-031. Add the fix for the following Bugs:cwu111-4/+4
2006-09-27Remove the duplicated Copy Right in msa header.lgao41-10/+0
2006-07-23Adjust coding style for MemoryAllocationLib.qhuang81-180/+349
2006-07-13Added license & copyright declarationjwang361-0/+10
2006-07-121. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg.qhuang81-2/+3
2006-07-07Redefine SPEC and Release Version to 0x20000lgao41-6/+6
2006-07-07Obsoleted by new schema and new build tools.jwang362-77/+0
2006-06-30removed unnecessary name space declarations in some top level elementsjwang361-3/+3
2006-06-30converted all surface area description files to new schemajwang361-38/+40
2006-06-04UefiLib:qhuang81-0/+12
2006-05-25Updated MSA by putting Specification element at the end of the header sectionlhauch1-1/+1
2006-05-25MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSiz...qhuang81-0/+13
2006-04-26Convert backslashes to forward slashes in many build files. This is necessary...bbahnsen1-11/+11
2006-04-21Initial import.bbahnsen4-0/+1002