1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-14 08:54:56 +01:00
luau/VM
Alex Orlenko 5c94984935
Add lua_getallocf API function ()
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
..
include Add lua_getallocf API function () 2023-10-13 08:47:33 -07:00
src Add lua_getallocf API function () 2023-10-13 08:47:33 -07:00