MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ArrayPool< T >::Cache Struct Reference

#include <ArrayPool.hpp>

Public Member Functions

 Cache (Uint32 a0=512, Uint32 a1=256)

Public Attributes

Uint32 m_first_free
Uint32 m_free_cnt
Uint32 m_alloc_cnt
Uint32 m_max_free_cnt

Detailed Description

template<class T>
struct ArrayPool< T >::Cache

Cache+LockFun is used to make thread-local caches for ndbmtd I.e each thread has one cache-instance, and can seize/release on this wo/ locks

Definition at line 166 of file ArrayPool.hpp.


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