ReactOS 0.4.16-dev-927-g467dec4
heapmin.cpp File Reference
#include <corecrt_internal.h>
#include <malloc.h>
Include dependency graph for heapmin.cpp:

Go to the source code of this file.

Functions

int __cdecl _heapmin ()
 

Function Documentation

◆ _heapmin()

int __cdecl _heapmin ( void  )

Definition at line 13 of file heapmin.cpp.

14{
15 if (!HeapCompact(__acrt_heap, 0))
16 return -1;
17
18 return 0;
19}
HANDLE __acrt_heap
Definition: heap_handle.cpp:15
SIZE_T WINAPI HeapCompact(HANDLE hHeap, DWORD dwFlags)
Definition: heapmem.c:145