Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c5347 size_t column_info_growth = new_column_info_alloc - column_info_alloc; in init_column_info() local
5349 size_t t = s * column_info_growth; in init_column_info()
5350 if (s < new_column_info_alloc || t / column_info_growth != s) in init_column_info()