#include <pool.h>
Collaboration diagram for chunk< T >:

Chunks are simply arrays with a pointer to the next chunk (used for freeing a pool).
Definition at line 31 of file pool.h.
Public Member Functions | |
| chunk (int n) | |
| ~chunk () | |
Public Attributes | |
| chunk< T > * | nextp |
| T * | items |
|
||||||||||
|
Definition at line 34 of file pool.h. References chunk< T >::items. |
|
|||||||||
|
Definition at line 35 of file pool.h. References chunk< T >::items. |
|
|||||
|
Definition at line 39 of file pool.h. Referenced by pool< T >::alloc_chunk(), chunk< T >::chunk(), pool< T >::reset(), and chunk< T >::~chunk(). |
|
|||||
|
Definition at line 38 of file pool.h. Referenced by pool< T >::alloc_chunk(), and pool< T >::~pool(). |
1.3.4