文章目录 获取cache的配置程序中使用cacheline对齐的方式 获取cache的配置 cat /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size 程序中使用cacheline对齐的方式 #define CACHE_LINE (128) struct test_cache { int a; }__attribute__((aligned(CACHE_LINE)));