MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
void | init (Uint32 type_id, const Pool_context &pc) |
void | wo_pool_init (Uint32 type_id, const Pool_context &pc) |
void | arena_pool_init (ArenaAllocator *, Uint32 type_id, const Pool_context &pc) |
void | getPtr (Ptr< T > &) |
void | getPtr (ConstPtr< T > &) const |
T * | getPtr (Uint32 i) |
const T * | getConstPtr (Uint32 i) const |
void | getPtr (Ptr< T > &, Uint32 i) |
void | getPtr (ConstPtr< T > &, Uint32 i) const |
bool | seize (Ptr< T > &) |
bool | seize (ArenaHead &, Ptr< T > &) |
void | release (Uint32 i) |
void | release (Ptr< T >) |
RecordPool (GroupPool &gp) | |
void | getPtr (Ptr< T > &ptr) |
bool | seize (Ptr< T > &ptr) |
void | release (Ptr< T > &ptr) |
void | freeAllRecPages (bool force) |
Public Attributes | |
SuperPool & | m_superPool |
SuperPool::RecInfo | m_recInfo |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |