Home
last modified time | relevance | path

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

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