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

LSL Wiki : Heap

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ia360925.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. To check the available memory, before doing any memory-intensive calls, use llGetFreeMemory.


memory | stack
Comments [Hide comments/form]
Attach a comment to this page: