Home | History | Annotate | Download | only in src

Lines Matching defs:create_count

1399     int create_count = memento_create_count()->value();
1400 if (create_count >= kPretenureMinimumCreated) {
1402 double ratio = static_cast<double>(found_count) / create_count;
1405 static_cast<void*>(this), create_count, found_count, ratio);