---------------------- helper - create a block of nodes */
| 176 | |
| 177 | /*---------------------- helper - create a block of nodes */ |
| 178 | __inline_call void_type make_node ( |
| 179 | node_data*&_data |
| 180 | ) |
| 181 | { |
| 182 | _data = |
| 183 | this->_node_pool.allocate (1) ; |
| 184 | this-> |
| 185 | _node_pool.construct (_data) ; |
| 186 | } |
| 187 | |
| 188 | /*------------------------------- helper - delete an item */ |
| 189 | __inline_call void_type free_item ( |