Previous topic

_g

Next topic

_s

This Page

_memΒΆ

_mem returns the size of used memory allocated by UniScript.

nBytes = _mem()

Return Value

nBytes is the size of allocated memory.

id-823909