Ver Mensaje Individual
  #2  
Viejo 10/07/08, 22:23:22
Avatar de rikardote
rikardote rikardote is offline
Senior Member
 
Fecha de Ingreso: ene 2007
Mensajes: 212
Hep Memory And Roll Memory

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.

And the ROLL MEMORY
Responder Con Cita