MySQL 8.3.0
Source Code Documentation
ut0pool.h File Reference

Object pool. More...

#include <functional>
#include <queue>
#include <vector>
#include "ut0new.h"

Go to the source code of this file.

Classes

struct  Pool< Type, Factory, LockStrategy >
 Allocate the memory for the object in blocks. More...
 
struct  Pool< Type, Factory, LockStrategy >::Element
 
struct  PoolManager< Pool, LockStrategy >
 

Detailed Description

Object pool.

Created 2012-Feb-26 Sunny Bains