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

lua_Alloc

Declaration

Source position: lua.pas line 178

type lua_Alloc = function(

  ud: Pointer;

  ptr: Pointer;

  osize: size_t;

  nsize: size_t

):Pointer;