| 171 | */ |
| 172 | |
| 173 | __inline_call block_array ( |
| 174 | allocator const&_asrc = allocator() |
| 175 | ) : _block( _asrc) |
| 176 | { |
| 177 | /*----------------------- default c'tor - do nothing! */ |
| 178 | this->_count = +0; |
| 179 | this->_alloc = +0; |
| 180 | } |
| 181 | |
| 182 | __inline_call block_array ( |
| 183 | size_type _SIZE, |
nothing calls this directly
no test coverage detected