Home | History | Annotate | Download | only in src

Lines Matching refs:cc_cacheline_count_

702   cc_cacheline_count_ = 2;  // Two datastructures of cache line size.
827 ARG_IVALUE("--cc_line_count", cc_cacheline_count_);
1404 malloc(sizeof(cc_cacheline_data) * cc_cacheline_count_));
1409 sizeof(cc_cacheline_data) * cc_cacheline_count_);
1431 line_size, line_size * needed_lines * cc_cacheline_count_);
1434 line_size, line_size * needed_lines * cc_cacheline_count_));
1440 for (cline = 0; cline < cc_cacheline_count_; cline++) {
1449 new CpuCacheCoherencyThread(cc_cacheline_data_, cc_cacheline_count_,