Searched refs:total_allocated_rows (Results 1 – 1 of 1) sorted by relevance
1179 …uint64_t total_allocated_rows = free_rows = next_extend = next_extend * 11 / 10; /* extend with 10… in MYSQLND_METHOD() local1181 total_allocated_rows += set->row_count; in MYSQLND_METHOD()1184 if (total_allocated_rows * sizeof(MYSQLND_MEMORY_POOL_CHUNK *) > SIZE_MAX) { in MYSQLND_METHOD()1190 (size_t)(total_allocated_rows * sizeof(MYSQLND_MEMORY_POOL_CHUNK *)), in MYSQLND_METHOD()
Completed in 7 milliseconds