Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp2074 #define DCACHE_LINE 128 macro
2087 num_lines = (size + DCACHE_LINE - 1) / DCACHE_LINE; in ___kmp_fast_allocate()
2136 size = num_lines * DCACHE_LINE; in ___kmp_fast_allocate()
2138 alloc_size = size + sizeof(kmp_mem_descr_t) + DCACHE_LINE; in ___kmp_fast_allocate()
2146 DCACHE_LINE) & in ___kmp_fast_allocate()
2147 ~(DCACHE_LINE - 1)); in ___kmp_fast_allocate()
2183 idx = DCACHE_LINE * 2; // 2 cache lines is minimal size of block in ___kmp_fast_free()
2193 KMP_DEBUG_ASSERT(size > DCACHE_LINE * 64); in ___kmp_fast_free()