-------------------------------------------- _set alloc */
| 368 | |
| 369 | /*-------------------------------------------- _set alloc */ |
| 370 | __inline_call size_type set_alloc ( |
| 371 | size_type _asiz |
| 372 | ) |
| 373 | { this->_heap.set_alloc( _asiz) ; |
| 374 | } |
| 375 | |
| 376 | /*------------------------------------- (const) iterators */ |
| 377 | __inline_call _const_it head ( |
nothing calls this directly
no outgoing calls
no test coverage detected