Home
last modified time | relevance | path

Searched refs:lua_getallocf (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlua.h347 LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud);
Dlauxlib.c475 lua_Alloc allocf = lua_getallocf(L, &ud); in resizebox()
Dlapi.c1277 LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) { in lua_getallocf() function