Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ lua_setallocf
Function
lua_setallocf
Plugins/slua_unreal/External/lua/lapi.cpp:1175–1180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1173
1174
1175
LUA_API void lua_setallocf (lua_State *L, lua_Alloc f, void *ud) {
1176
lua_lock(L);
1177
G(L)->ud = ud;
1178
G(L)->frealloc = f;
1179
lua_unlock(L);
1180
}
1181
1182
1183
LUA_API void *lua_newuserdata (lua_State *L, size_t size) {
Callers
nothing calls this directly
Calls
1
G
Function · 0.85
Tested by
no test coverage detected