Searched refs:copy_count (Results 1 – 1 of 1) sorted by relevance
452 size_t copy_count = this->cfg.page_size / this->cfg.temp_buff_size; in updateWL() local453 for (size_t i = 0; i < copy_count; i++) { in updateWL()