|
| enum | Magic { is_allocated = 0xf3a1
, is_free = 0xf1a2
} |
| |
Definition at line 50 of file bufpool.h.
◆ Magic
◆ Pool()
| Pool::Pool |
( |
int | _buffersize, |
|
|
int | initpoolsize, |
|
|
const char * | n ) |
◆ ~Pool()
◆ clear()
| void Pool::clear |
( |
void | | ) |
|
◆ free_buffer()
| void Pool::free_buffer |
( |
void * | b | ) |
|
|
inline |
◆ new_buffer()
| void * Pool::new_buffer |
( |
void | | ) |
|
|
inline |
◆ blocklist
| char* Pool::blocklist[NBLOCKS] |
|
protected |
◆ buffersize
◆ curblock
◆ freelist
◆ initsize
◆ magic
◆ name
◆ nextblock
◆ nextfree
◆ nextsize
The documentation for this class was generated from the following files: