Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 430 Bytes

4.8.md

File metadata and controls

14 lines (10 loc) · 430 Bytes

memory management in lua

Generally lua's memory management mechanism is enough for applications. However some applications may want to do some customization.

In fundamental layer, lua's allocation functions can be called, while in a relatively abstracted layer, lua's garbage collector arguments or even garbage collector itself can be controlled.

memory allocation function

placeholder

gerbage collector

placeholder