summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Apply uncrustify changesMichael Kubacki2021-12-071-18/+25
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-58/+58
* MdePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-2/+2
* MdePkg:Fix typo 'caculate' in MdePkg.Qiu Shumin2015-03-171-2/+2
* Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overf...Liming Gao2013-12-311-1/+5
* 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/+6
* Clarify ASSERT() conditions for Reallocate Pool functions.mdkinney2009-05-081-8/+8
* Fix the bug that InternalReallocatePool() ignores the input parameter PoolTyp...xli242009-04-291-2/+2
* 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/+1
* Add reallocation functions to the UEFI Memory Allocation Librarymdkinney2008-11-241-4/+4
* Add ReallocatePool(), ReallocateRuntimePool(), and ReallocateReservedPool() t...mdkinney2008-11-221-0/+149
* 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-20/+0
* 1. Rename following library instances according to MDE Library Spec:xli242008-10-251-0/+689