NWGetAvailableMemory

Returns the number of bytes of memory available on the server.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  size_t NWGetAvailableMemory ( void );
  

Return Values

Returns the amount of memory (in bytes) available on the server.

Remarks

The amount of memory returned by NWGetAvailableMemory is the number of current cache buffers multiplied by the size of a cache buffer. The amount available cannot usually be allocatable as one large chunk as it is usually not contiguous.

See Also