summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Mem/Pool.c
AgeCommit message (Expand)Author
2016-07-01MdeModulePkg DxeCore: Enhance memory profile for memory leak detectionStar Zeng
2016-04-28MdeModulePkg: DxeCore MemoryPool Algorithm UpdateLiming Gao
2016-04-26MdeModulePkg DxeCore: Check free memory type by CoreUpdateProfile()Star Zeng
2016-04-22MdeModulePkg DxeCore: Enhance MemoryAttributesTable installationStar Zeng
2016-04-22MdeModulePkg DxeCore: Return memory type from internal free pool/pagesStar Zeng
2016-02-15MdeModulePkg DxeCore: Minor comments update to AllocatePool()Star Zeng
2016-02-15MdeModulePkg DxeCore: Missing change for OEM reserved memory type at R17460Star Zeng
2015-05-18MdeModulePkg DxeCore: Add OEM reserved memory type support.Star Zeng
2015-04-29MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory featureLiming Gao
2015-03-10MdeModulePkg: Add function comment for 'GetPoolIndexFromSize'.Shumin Qiu
2015-03-06MdeModulePkg: serve allocations from higher-up bins if current bin is emptyArd Biesheuvel
2015-03-06MdeModulePkg: carve pool pages into the largest chunks possibleArd Biesheuvel
2015-03-06MdeModulePkg: use index to traverse free pool pagesArd Biesheuvel
2015-03-06MdeModulePkg: improve scalability of memory poolsArd Biesheuvel
2015-03-06MdeModulePkg: use correct granularity when allocating pool pagesArd Biesheuvel
2014-12-23MdeModulePkg: fix mixed dos and linux EOL format issueHot Tian
2014-12-12MdeModulePkg/DxeCore: Fixed compiler error 'enumerated type mixed with anothe...Olivier Martin
2014-11-12MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng
2014-08-071) Add type cast for better coding style.Feng Tian
2013-10-30MdeModulePkg Pool: Update the type of Size to UINTN for the potential more th...Star Zeng
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun3
2012-07-26MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin
2012-04-27Enhance the error handling for AllocatePool and AllocatePages function.ydong10
2010-04-24Update the copyright notice formathhtian
2010-04-07Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu2
2008-12-16Clean up to update the reference of the these macros:qhuang8
2008-09-23add detail comments on the complicated code segment.eric_tian
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian
2008-09-17Fix several code review minor comments:qhuang8
2008-09-10Update the usage of ALIGN_VARIABLE for the interface change.qhuang8
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang8
2008-07-24Code Scrub for Dxe Core.qhuang8
2008-07-18Code scrub for DxeCoreqhuang8
2008-05-21Update to fix minor coding style issues.qhuang8
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang8