Searched refs:lua_gc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlua.c142 lua_gc(L, LUA_GCCOLLECT, 0);
457 lua_gc(L, LUA_GCSTOP, 0); /* stop collector during initialization */
459 lua_gc(L, LUA_GCRESTART, 0);
H A Dlbaselib.c169 int res = lua_gc(L, o, ex);
172 int b = lua_gc(L, LUA_GCCOUNTB, 0);
H A Dlua.h294 LUA_API int (lua_gc) (lua_State *L, int what, int data);
H A Dlapi.c1021 LUA_API int lua_gc (lua_State *L, int what, int data) { function

Completed in 32 milliseconds