Searched refs:num_to_alloc (Results 1 – 1 of 1) sorted by relevance
2497 yy_size_t num_to_alloc; in yyensure_buffer_stack() local2505 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()2507 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()2512 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()2514 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()2524 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()2527 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()2534 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()