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

TTSDL_GetMemoryFunctions

Declaration

Source position: libsdl2.pas line 3841

type TTSDL_GetMemoryFunctions = procedure(

  malloc_func: PSDL_malloc_func;

  calloc_func: PSDL_calloc_func;

  realloc_func: PSDL_realloc_func;

  free_func: PSDL_free_func

);



CT Web help

CodeTyphon Studio