Home
last modified time | relevance | path

Searched refs:the_alloc (Results 1 – 2 of 2) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.h109 static void *the_alloc(void *ud, void *ptr, size_t osize, size_t nsize);
H A DScriptInterface.cpp11159 void *ScriptInterface::the_alloc(void *ud, void *ptr, size_t osize, size_t nsize) in the_alloc() function in ScriptInterface
11167 lua_State *state = lua_newstate(the_alloc, this); /* opens Lua */ in createLuaVM()