MemorySize()

Syntax

Result = MemorySize(*Buffer)
Description
Returns the size of the given memory buffer.

Parameters

*Buffer 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 - PeekA() ->