Don't click here unless you want to be banned.

LSL Wiki : Heap

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org

Heap

The heap is an area of memory reserved for data that is created at run-time (the time when the script actually executes, or is run). In contrast, the stack is an area of memory used for data where its size is determined when the script is compiled.

LSL scripts are currently allocated 16kb of memory, in which the compiled script's bytecode, stack, and heap are stored or 65kb of memory in mono. To check the available memory, before doing any memory-intensive calls, use llGetFreeMemory.


memory | stack
There is no comment on this page. [Display comments/form]