Searched refs:bsdc_alloc_size (Results 1 – 1 of 1) sorted by relevance
16 static int bsdc_alloc_size; /* Number of allocated control elements */ variable20 if (number_of_dump_files + 1 >= bsdc_alloc_size) { in bs_dump_file_register()21 bsdc_alloc_size += BS_ALLOC_CHUNK; in bs_dump_file_register()22 df_ctrl = bs_realloc(df_ctrl, bsdc_alloc_size * sizeof(bs_dumpf_ctrl_t) ); in bs_dump_file_register()