lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Is it safe to trigger EGC by returning 0 once from allocation function?
The reason to do this is to try freeing memory before growing data
segment of application.