Home
last modified time | relevance | path

Searched refs:DCACHE_LINE (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_alloc.cpp1978 #define DCACHE_LINE 128 macro
1991 num_lines = (size + DCACHE_LINE - 1) / DCACHE_LINE; in ___kmp_fast_allocate()
2040 size = num_lines * DCACHE_LINE; in ___kmp_fast_allocate()
2042 alloc_size = size + sizeof(kmp_mem_descr_t) + DCACHE_LINE; in ___kmp_fast_allocate()
2050 DCACHE_LINE) & in ___kmp_fast_allocate()
2051 ~(DCACHE_LINE - 1)); in ___kmp_fast_allocate()
2087 idx = DCACHE_LINE * 2; // 2 cache lines is minimal size of block in ___kmp_fast_free()
2097 KMP_DEBUG_ASSERT(size > DCACHE_LINE * 64); in ___kmp_fast_free()