_memΒΆ

_mem returns the size of used memory allocated by UniScript.

nBytes = _mem()

Return Value

nBytes is the size of allocated memory.

id-823909