reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1825   num_lines = (size + DCACHE_LINE - 1) / DCACHE_LINE;
 1825   num_lines = (size + DCACHE_LINE - 1) / DCACHE_LINE;
 1876   size = num_lines * DCACHE_LINE;
 1878   alloc_size = size + sizeof(kmp_mem_descr_t) + DCACHE_LINE;
 1886                   DCACHE_LINE) &
 1887                  ~(DCACHE_LINE - 1));
 1923   idx = DCACHE_LINE * 2; // 2 cache lines is minimal size of block