qthread_cacheline - Man Page
returns the cache line size
Synopsis
#include <qthread/cacheline.h>
int
qt_cacheline (void);
Description
This function returns the size of the local machine's top-level cache line in bytes. This is calculated only once.
Info
OCTOBER 2009 libqthread