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

Method set_alloc

src/libcpp/containers/prioritymap.hpp:370–374  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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 (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected