luau/VM/include
Alex Orlenko 5c94984935
Add lua_getallocf API function (#1068)
This function matches the corresponding Lua 5.1-5.4 function:

[`lua_getallocf`](https://www.lua.org/manual/5.4/manual.html#lua_getallocf)
and [source](https://www.lua.org/source/5.4/lapi.c.html#lua_getallocf)

It would be useful to get/manipulate auxiliary "userdata" pointer that was originally passed to `lua_newstate`.
2023-10-13 08:47:33 -07:00
..
lua.h Add lua_getallocf API function (#1068) 2023-10-13 08:47:33 -07:00
luaconf.h Sync to upstream/release/592 (#1018) 2023-08-25 10:23:55 -07:00
lualib.h Sync to upstream/release/589 (#1000) 2023-08-04 12:18:54 -07:00