[Overview][Constants][Types][Procedures and functions] Reference for unit 'Lua' (#gui)

lua_Alloc

Declaration

Source position: Lua.pas line 157

type lua_Alloc = function(

  ud: Pointer;

  ptr: Pointer;

  osize: size_t;

  nsize: size_t

):Pointer;