MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
thread_local_pool (thr_safe_pool< T > *global_pool, unsigned max_free) | |
T * | seize (Ndbd_mem_manager *mm, Uint32 rg) |
void | release (Ndbd_mem_manager *mm, Uint32 rg, T *t) |
void | release_local (T *t) |
void | validate () const |
void | release_global (Ndbd_mem_manager *mm, Uint32 rg) |
void | release_all (Ndbd_mem_manager *mm, Uint32 rg) |
void | set_pool (thr_safe_pool< T > *pool) |
|
inline |
|
inline |