Home
last modified time | relevance | path

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

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dfst.c428 GLOBALS->stem_path_string_table_alloc = 1; in extractNextVar()
430 …GLOBALS->stem_path_string_table = malloc_2(GLOBALS->stem_path_string_table_alloc * sizeof(char *)); in extractNextVar()
433 if(GLOBALS->stem_path_string_table_siz == GLOBALS->stem_path_string_table_alloc) in extractNextVar()
435 GLOBALS->stem_path_string_table_alloc *= 2; in extractNextVar()
436 …g_table = realloc_2(GLOBALS->stem_path_string_table, GLOBALS->stem_path_string_table_alloc * sizeo… in extractNextVar()
1166 if(GLOBALS->stem_path_string_table_siz != GLOBALS->stem_path_string_table_alloc) in fst_main()
1168 GLOBALS->stem_path_string_table_alloc = GLOBALS->stem_path_string_table_siz; in fst_main()
1169 …g_table = realloc_2(GLOBALS->stem_path_string_table, GLOBALS->stem_path_string_table_alloc * sizeo… in fst_main()
H A Dglobals.h343 uint32_t stem_path_string_table_alloc; member