ReactOS 0.4.16-dev-197-g92996da
|
#include <precomp.h>
#include <debug.h>
Go to the source code of this file.
Functions | |
PVOID | HEAP_alloc (DWORD len) |
NTSTATUS | HEAP_strdupA2W (LPWSTR *ppszW, LPCSTR lpszA) |
VOID | HEAP_free (LPVOID memory) |
Variables | |
HANDLE | hProcessHeap = NULL |
Definition at line 35 of file heap.c.
Referenced by HEAP_strdupA2W().
Definition at line 63 of file heap.c.
Referenced by AddFontResourceA(), AddFontResourceExA(), CreateDCA(), CreateICA(), EnumFontsA(), GetStringBitmapA(), GetTextExtentExPointA(), RemoveFontResourceExA(), and ResetDCA().
Definition at line 43 of file heap.c.
Referenced by AddFontResourceA(), AddFontResourceExA(), CreateICA(), EnumFontsA(), GetStringBitmapA(), GetTextExtentExPointA(), and RemoveFontResourceExA().
Definition at line 31 of file heap.c.
Referenced by HEAP_alloc(), and HEAP_free().