ll.GetUsedMemory () -> numberReturns the current used memory for the current script. Non-mono scripts always use 16K. Returns the integer of the number of bytes of memory currently in use by the script. Non-mono scripts always use 16K.
ll.GetUsedMemory()
{
"def": "func",
"desc": "Returns the current used memory for the current script. Non-mono scripts always use 16K.\nReturns the integer of the number of bytes of memory currently in use by the script. Non-mono scripts always use 16K.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetUsedMemory",
"private": false,
"takesSelf": false,
"name": "GetUsedMemory",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": []
}
]
}