MySQL 9.0.0
Source Code Documentation
temptable::Lock_free_shared_block_pool< POOL_SIZE >::L1_dcache_aligned_block Struct Reference

In the event of inability to express ourselves with something like std::array<alignas<N> Block> we have to fallback to this method. More...

Public Attributes

Block block
 

Detailed Description

template<size_t POOL_SIZE>
struct temptable::Lock_free_shared_block_pool< POOL_SIZE >::L1_dcache_aligned_block

In the event of inability to express ourselves with something like std::array<alignas<N> Block> we have to fallback to this method.

Member Data Documentation

◆ block

template<size_t POOL_SIZE>
Block temptable::Lock_free_shared_block_pool< POOL_SIZE >::L1_dcache_aligned_block::block

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