Tao.Lua SDK Documentation

Lua.lua_getallocf Method 

Returns the memory-allocation function of a given state. If ud is not NULL, Lua stores in *ud the opaque pointer passed to lua_newstate.

[Visual Basic]
Public Shared Function lua_getallocf( _
   ByVal L As IntPtr, _
   ByVal ud As IntPtr _
) As lua_Alloc
[C#]
public static lua_Alloc lua_getallocf(
   IntPtr L,
   IntPtr ud
);

Parameters

L
ud

Return Value

See Also

Lua Class | Tao.Lua Namespace