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

Go to the source code of this file.

Functions

void __cdecl free (void *Block)
 

Function Documentation

◆ free()

void __cdecl free ( void Block)

Definition at line 12 of file free.c.

13{
14 HeapFree(GetProcessHeap(), 0, Block);
15}
#define GetProcessHeap()
Definition: compat.h:736
#define HeapFree(x, y, z)
Definition: compat.h:735