MySQL 9.0.0
Source Code Documentation
ut::Cacheline_aligned< T > Struct Template Reference

A utility wrapper class, which aligns T to cacheline boundary. More...

#include <ut0cpu_cache.h>

Inheritance diagram for ut::Cacheline_aligned< T >:
[legend]

Detailed Description

template<typename T>
struct ut::Cacheline_aligned< T >

A utility wrapper class, which aligns T to cacheline boundary.

This is to avoid false-sharing.


The documentation for this struct was generated from the following file: