-------------------------------------------- _set alloc */
| 300 | |
| 301 | /*-------------------------------------------- _set alloc */ |
| 302 | __inline_call void_type set_alloc ( |
| 303 | size_type _asiz |
| 304 | ) |
| 305 | { this->_heap.set_alloc( _asiz) ; |
| 306 | } |
| 307 | |
| 308 | /*------------------------------------- (const) iterators */ |
| 309 | __inline_call _const_it head ( |
nothing calls this directly
no outgoing calls
no test coverage detected