]> git.proxmox.com Git - mirror_edk2.git/commit
[InOSEmPkg] Add OS malloc and free to the Thunk.
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 24 Jun 2011 14:48:38 +0000 (14:48 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 24 Jun 2011 14:48:38 +0000 (14:48 +0000)
commitc217506815e1a769ef9ac3ab6dbf3e68ba5f00e0
treee3e6b53f66766445c59f75f1736e654aa827d874
parent54e0b04c74a1e55ccfd3b428415eb419b975de8b
[InOSEmPkg] Add OS malloc and free to the Thunk.

Added OS malloc and free so we can make MemoryAllocationLib instance that uses OS guard malloc. This will allow all the debug support built into the OS for finding malloc bugs to be used with a driver in the emulator.

Signed-off-by: andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11883 6f19259b-4bc3-4df7-8a09-765794883524
InOsEmuPkg/Include/Protocol/EmuThunk.h
InOsEmuPkg/Unix/Sec/EmuThunk.c
InOsEmuPkg/Unix/Sec/Gasket.h
InOsEmuPkg/Unix/Sec/Ia32/Gasket.S
InOsEmuPkg/Unix/Sec/X64/Gasket.S