MySQL 5.6.14 Source Code Document
|
#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 |
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.