MCPcopy Create free account
hub / github.com/dengwirda/jigsaw / set_alloc

Method set_alloc

src/libcpp/containers/priorityset.hpp:302–306  ·  view source on GitHub ↗

-------------------------------------------- _set alloc */

Source from the content-addressed store, hash-verified

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 (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected