INITIAL_LINE_ALLOC
if ((row->string = malloc((size_t)INITIAL_LINE_ALLOC)) == NULL)
row->allocated = INITIAL_LINE_ALLOC;