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

Method obj_alloc

src/libcpp/allocators/alloc_item.hpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 */
89
90 __inline_call obj_alloc (
91 allocator const&_asrc = allocator()
92 ) : allocator( _asrc )
93 { /*------ construct base from _asrc */
94 }
95
96 __inline_call~obj_alloc () = default;
97

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected