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

Method fix_alloc

src/libcpp/containers/array.hpp:429–430  ·  view source on GitHub ↗

-------------------------------------- trim array alloc */

Source from the content-addressed store, hash-verified

427
428/*-------------------------------------- trim array alloc */
429 __inline_call void_type fix_alloc (
430 ) { set_alloc(count()) ; }
431
432/*---------------------- increment count (_def construct) */
433 __normal_call void_type inc_count (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected