[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'pcrelib' (#crwlib)

pcre_jit_stack_alloc_func

Declaration

Source position: pcrelib.pas line 1128

type pcre_jit_stack_alloc_func = function(

  startsize: Integer;

  maxsize: Integer

):PPCREJITStack;