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().

Return value

Returns the size of the given memory area in bytes.

See Also

AllocateMemory(), ReAllocateMemory(), FreeMemory()

Supported OS

All

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