[Overview][Constants][Types][Procedures and functions] Reference for unit 'lua' (#pLua)

lua_setallocf

Declaration

Source position: lua.pas line 411

procedure lua_setallocf(

  L: Plua_State;

  f: lua_Alloc;

  ud: Pointer

);