MemorySize()

Syntax

Result = MemorySize(*MemoryID)
Description
Returns the length of the given memory area.

Parameters

*MemoryID The address of the memory area to get the size from. This must be a value returned from either AllocateMemory() or ReAllocateMemory() or Ascii() or UTF8().

Return value

Returns the size of the given memory area in bytes.

See Also

AllocateMemory(), ReAllocateMemory(), FreeMemory(), Ascii(), UTF8()

Supported OS

All

<- FreeStructure() - Memory Index - MemoryStringLength() ->