]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
Add DxeCoreMemoryAllocationLib instance dedicated to DxeCore use.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 Aug 2008 13:38:01 +0000 (13:38 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 Aug 2008 13:38:01 +0000 (13:38 +0000)
commit0ac727136e09e1a926ff2517e07f110788654fd0
treeaf9b96820dbf8237461dd4f13f6f1ef12600a3d4
parent7b25a79dc8c0b29c2bbe8633dac9b4eb60d1bf6d
Add DxeCoreMemoryAllocationLib instance dedicated to DxeCore use.
The implementation borrows the DxeCore Memory Allocation services as the primitive
for memory allocation instead of using UEFI boot servces in an indirect way.
It is assumed that this library instance must be linked with DxeCore in this package.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5737 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [new file with mode: 0644]
MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationServices.h [new file with mode: 0644]
MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c [new file with mode: 0644]