DOS/32 Advanced DOS Extender - D32A C/C++ Run-Time Library Reference
4.09 - DOS/32 Advanced D32A Library function - d32a_getfreemem_total()
Synopsys:
#include <d32a.h>
unsigned long d32a_getfreemem_total(void);
Description:
This function allows you to determine how much free memory totally is
available for application's use. The value returned by this function
should be considered as advisory when the application is running in
a multitasking environment, as other programs may allocate some memory
after this function has been called.
Returns:
The amount of available free conventional (Low) plus Extended (High)
memory in bytes.
Copyright © DOS/32 Advanced Team 1996-2002 All Rights Reserved
|