ReactOS 0.4.17-dev-357-ga8f14ff
malloc.c File Reference
#include <malloc.h>
#include <windef.h>
#include <winbase.h>
Include dependency graph for malloc.c:

Go to the source code of this file.

Functions

void *__cdecl malloc (size_t Size)
 

Function Documentation

◆ malloc()

void *__cdecl malloc ( size_t  Size)

Definition at line 12 of file malloc.c.

13{
14 return HeapAlloc(GetProcessHeap(), 0, Size);
15}
#define GetProcessHeap()
Definition: compat.h:736
#define HeapAlloc
Definition: compat.h:733
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ DEVPROPTYPE _In_ ULONG Size
Definition: wdfdevice.h:4539