audk/MdeModulePkg/Universal/Console/GraphicsConsoleDxe
qwang12 676df92c2c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code.
It is recommended that module writer should keep track how a pointer is allocated and free it after use.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6306 6f19259b-4bc3-4df7-8a09-765794883524
2008-10-30 07:32:46 +00:00
..
ComponentName.c apply for doxgen format. 2008-04-10 08:49:28 +00:00
GraphicsConsole.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
GraphicsConsole.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
GraphicsConsoleDxe.inf Update some module INF files in MdeModulePkg to "UEFI_DRIVER" 2008-08-18 09:18:44 +00:00
LaffStd.c code scrub for check list. 2008-07-22 07:26:57 +00:00