.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GlobalMemoryStatus 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGlobalMemoryStatus\fR (KERNEL32.@) .SH SYNOPSIS VOID GlobalMemoryStatus ( LPMEMORYSTATUS \fIlpBuffer\fR ) .SH DESCRIPTION .PP Provides information about the status of the memory, so applications can tell roughly how much they are able to allocate. .SH RETURNS .PP None .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/heap.c"\fR. .PP Debug channel \fB"heap"\fR.