nxMemGetSize

Determines the size of allocated memory.

Library:LibC
Classification:Novell
Service:NetWare Platform

Syntax

  #include <nks/netware.h>
   
  size_t nxMemGetSize (
     void  *block);
  

Parameters

block

(IN) Points to the memory block address on the heap for which the size is to returned (as returned from NXMemAlloc, NXMemRealloc, etc.,).

Return Values

Returns the size of the memory block in bytes.

See Also