![]() |
NEURON
|
#include <structpool.h>
Public Member Functions | |
| Pool (long count) | |
| ~Pool () | |
| T * | alloc () |
| void | hpfree (T *) |
| int | maxget () |
| void | free_all () |
| int | is_valid_ptr (void *) |
Private Member Functions | |
| void | grow () |
Private Attributes | |
| T ** | items_ |
| T * | pool_ |
| long | pool_size_ |
| long | count_ |
| long | get_ |
| long | put_ |
| long | nget_ |
| long | maxget_ |
| Pool * | chain_ |
Definition at line 17 of file structpool.h.
Definition at line 82 of file structpool.h.
Definition at line 109 of file structpool.h.
Definition at line 127 of file structpool.h.
Definition at line 56 of file structpool.h.
Definition at line 119 of file structpool.h.
Definition at line 93 of file structpool.h.
Definition at line 23 of file structpool.h.
Definition at line 37 of file structpool.h.
Definition at line 32 of file structpool.h.
Definition at line 33 of file structpool.h.
Definition at line 29 of file structpool.h.
Definition at line 36 of file structpool.h.
Definition at line 35 of file structpool.h.
Definition at line 30 of file structpool.h.
Definition at line 31 of file structpool.h.
Definition at line 34 of file structpool.h.