示例#1
0
 public static LuaAlloc GetAllocf(LuaStatePtr l, out IntPtr ud)
 {
     return(LuaDelegates.lua_getallocf(l, out ud));
 }