Searched refs:yyalloc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c318 void *yyalloc (yy_size_t );
1284 (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
3065 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
3074 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
3229 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
3277 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
3325 buf = (char *) yyalloc(n );
3538 void *yyalloc (yy_size_t size ) function
H A Ddt_grammar.c543 union yyalloc union
550 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1960 union yyalloc *yyptr =
1961 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
3187 YYSIZE_T yyalloc = 2 * yysize;
3188 if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
3189 yyalloc = YYSTACK_ALLOC_MAXIMUM;
3192 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
3194 yymsg_alloc = yyalloc;
3184 YYSIZE_T yyalloc = 2 * yysize; local
[all...]

Completed in 45 milliseconds