cds  2.3.3
cache_line.h File Reference

Cache-line size definition. More...

Detailed Description

Cache-line size definition.

This file defines cache-line size constant. The constant is used many libcds algorithm to solve false-sharing problem.

The value of cache-line size must be power of two. You may define your cache-line size by defining macro -DCDS_CACHE_LINE_SIZE=xx (where xx is 2**N: 32, 64, 128,...) at compile-time or you may define your constant value just editing cds/user_setup/cache_line.h file.

The default value is 64.


cds 2.3.3 Developed by Maxim Khizhinsky aka khizmax and other contributors 2007 - 2017
Autogenerated Sun Apr 5 2026 09:49:52 by Doxygen 1.8.10