Returns the amount of addressable memory.
#include <netware.h>
int NWMemorySizeAddressable (
const void *addr,
size_t size);
(IN) Points to a memory location.
(IN) Specifies, in bytes, the amount of memory to mark as addressable.
If successful, returns the number of bytes of addressable memory. Otherwise, returns 0 and sets errno to ERR_INVALID_ADDRESS or other appropriate error code.