total_allocated_rows 1315 ext/mysqlnd/mysqlnd_result.c 			uint64_t total_allocated_rows = free_rows = next_extend = next_extend * 11 / 10; /* extend with 10% */
total_allocated_rows 1317 ext/mysqlnd/mysqlnd_result.c 			total_allocated_rows += set->row_count;
total_allocated_rows 1320 ext/mysqlnd/mysqlnd_result.c 			if (total_allocated_rows * sizeof(MYSQLND_MEMORY_POOL_CHUNK *) > SIZE_MAX) {
total_allocated_rows 1325 ext/mysqlnd/mysqlnd_result.c 			new_row_buffers = mnd_perealloc(*row_buffers, (size_t)(total_allocated_rows * sizeof(MYSQLND_MEMORY_POOL_CHUNK *)), 0);