MySQL 8.3.0
Source Code Documentation
shared_block_pool.h File Reference

TempTable shared-block pool implementation. More...

Go to the source code of this file.

Classes

class  temptable::Lock_free_shared_block_pool< POOL_SIZE >
 Lock-free pool of POOL_SIZE Block elements. More...
 
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. More...
 

Namespaces

namespace  temptable
 

Detailed Description

TempTable shared-block pool implementation.