MySQL 5.6.14 Source Code Document
|
Public Types | |
enum | { defInitSize = 256, defIncSize = 64 } |
Public Member Functions | |
Pool (int anInitSize=defInitSize, int anIncSize=defIncSize) | |
T * | get () |
void | put (T *aT) |
unsigned | size () |
Protected Member Functions | |
void | allocate (int aSize) |