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

Go to the source code of this file.

Functions

size_t __cdecl _msize (void *Block)
 

Function Documentation

◆ _msize()

size_t __cdecl _msize ( void Block)

Definition at line 12 of file _msize.c.

13{
14 return HeapSize(GetProcessHeap(), 0, Block);
15}
#define GetProcessHeap()
Definition: compat.h:736
SIZE_T WINAPI HeapSize(HANDLE, DWORD, LPCVOID)