HomeSort by relevance Sort by last modified time
    Searched refs:lua_gc (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.c 142 lua_gc(L, LUA_GCCOLLECT, 0);
457 lua_gc(L, LUA_GCSTOP, 0); /* stop collector during initialization */
459 lua_gc(L, LUA_GCRESTART, 0);
lbaselib.c 169 int res = lua_gc(L, o, ex);
172 int b = lua_gc(L, LUA_GCCOUNTB, 0);
lua.h 294 LUA_API int (lua_gc) (lua_State *L, int what, int data);
lapi.c 1021 LUA_API int lua_gc (lua_State *L, int what, int data) { function

Completed in 187 milliseconds