Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_alloc.cpp1891 #define DCACHE_LINE 128 macro
1905 num_lines = (size + DCACHE_LINE - 1) / DCACHE_LINE; in ___kmp_fast_allocate()
1956 size = num_lines * DCACHE_LINE; in ___kmp_fast_allocate()
1958 alloc_size = size + sizeof(kmp_mem_descr_t) + DCACHE_LINE; in ___kmp_fast_allocate()
1966 DCACHE_LINE) & in ___kmp_fast_allocate()
1967 ~(DCACHE_LINE - 1)); in ___kmp_fast_allocate()
2003 idx = DCACHE_LINE * 2; // 2 cache lines is minimal size of block in ___kmp_fast_free()
2013 KMP_DEBUG_ASSERT(size > DCACHE_LINE * 64); in ___kmp_fast_free()