Searched refs:total_grow_value (Results 1 – 1 of 1) sorted by relevance
380 long total_grow_value; /* used in pre-allocations */ in main() local1338 total_grow_value = grow_incr * iterations; in main()1343 if (bytes_to_consume && bytes_to_consume < total_grow_value) { in main()1344 total_grow_value = bytes_to_consume; in main()1468 if (pre_alloc(fd, total_grow_value) != 0) { in main()1476 total_grow_value, filename); in main()