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

TGMemVTable

Declaration

Source position: gmem.inc line 10

type TGMemVTable = record

  malloc: function(

  n_bytes: gsize

):gpointer;

  realloc: function(

  mem: gpointer;

  n_bytes: gsize

):gpointer;

  free: procedure(

  mem: gpointer

);

  calloc: function(

  n_blocks: gsize;

  n_block_bytes: gsize

):gpointer;

  try_malloc: function(

  n_bytes: gsize

):gpointer;

  try_realloc: function(

  mem: gpointer;

  n_bytes: gsize

):gpointer;

end;


Documentation generated on: 2023-03-18