Lines Matching refs:cc_cacheline_count_
671 cc_cacheline_count_ = 2; // Two datastructures of cache line size.
787 ARG_IVALUE("--cc_line_count", cc_cacheline_count_);
1270 malloc(sizeof(cc_cacheline_data) * cc_cacheline_count_));
1275 sizeof(cc_cacheline_data) * cc_cacheline_count_);
1284 kCacheLineSize, sizeof(*num) * num_cpus * cc_cacheline_count_);
1287 sizeof(*num) * num_cpus * cc_cacheline_count_));
1293 for (cline = 0; cline < cc_cacheline_count_; cline++) {
1302 new CpuCacheCoherencyThread(cc_cacheline_data_, cc_cacheline_count_,