![]() |
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 46 of file structpool.h.
Definition at line 87 of file structpool.h.
Definition at line 114 of file structpool.h.
Definition at line 136 of file structpool.h.
Definition at line 61 of file structpool.h.
Definition at line 128 of file structpool.h.
Definition at line 98 of file structpool.h.
Definition at line 23 of file structpool.h.
Definition at line 41 of file structpool.h.
Definition at line 36 of file structpool.h.
Definition at line 37 of file structpool.h.
Definition at line 33 of file structpool.h.
Definition at line 40 of file structpool.h.
Definition at line 39 of file structpool.h.
Definition at line 34 of file structpool.h.
Definition at line 35 of file structpool.h.
Definition at line 38 of file structpool.h.