Unit 'AbLZMA' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_abbrevia]

ISzAlloc

Declaration

Source position: AbLZMA.pas line 121

type ISzAlloc = packed record

  Alloc: function(

  

  p: Pointer;

  size: xsize_t

):Pointer;

  Free: procedure(

  

  p: Pointer;

  address: Pointer

);

end;



CT Web help

CodeTyphon Studio