Unit 'gst' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gst]

T_GstAllocatorClass

Declaration

Source position: gstallocator.inc line 55

type T_GstAllocatorClass = record

  object_class: TGstObjectClass;

  alloc: function(

  allocator: PGstAllocator;

  size: Tgsize;

  params: PGstAllocationParams

):PGstMemory;

  free: procedure(

  allocator: PGstAllocator;

  memory: PGstMemory

);

  _gst_reserved: array [0..3] of TGpointer;

end;


Documentation generated on: 2023-03-18