Home
last modified time | relevance | path

Searched refs:CACHE_LINE_SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/util/
H A Du_memory.h94 #define MALLOC_STRUCT_CL(T) (struct T *)align_malloc(sizeof(struct T), CACHE_LINE_SIZE)
95 #define CALLOC_STRUCT_CL(T) (struct T *)align_calloc(sizeof(struct T), CACHE_LINE_SIZE)
H A Dmacros.h451 #define CACHE_LINE_SIZE 64 macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h33 #define ____cacheline_aligned_in_smp __aligned(CACHE_LINE_SIZE)
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h128 union { char __cl_space[CACHE_LINE_SIZE]; \

Completed in 2 milliseconds