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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c3220 yy_size_t num_to_alloc; local
3228 num_to_alloc = 1;
3230 (num_to_alloc * sizeof(struct yy_buffer_state*)
3235 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3237 (yy_buffer_stack_max) = num_to_alloc;
3247 num_to_alloc = (yy_buffer_stack_max) + grow_size;
3250 num_to_alloc * sizeof(struct yy_buffer_state*)
3257 (yy_buffer_stack_max) = num_to_alloc;

Completed in 49 milliseconds