[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: A question about function in lua?
- From: "Aurora" <bravefly@...>
- Date: Wed, 14 Apr 2010 15:11:59 +0800
Dear,
In a lua file has many function, I use "luaL_loadfile " load the file,
then call lua_call to exec the file.
I want to know when the lua_call function finished, where is the functions in
lua?
If now I call lua_gc to collect the memory, Will gc release the memory used by the funtions?
--------------
Aurora
2010-04-14