Home
last modified time | relevance | path

Searched refs:bsdc_alloc_size (Results 1 – 1 of 1) sorted by relevance

/babblesim_base-3.6.0-3.5.0/libUtilv1/src/
Dbs_dump_files.c16 static int bsdc_alloc_size; /* Number of allocated control elements */ variable
20 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()