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

Method pod_alloc

src/libcpp/allocators/alloc_item.hpp:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 */
287
288 __inline_call pod_alloc (
289 allocator const&_asrc = allocator()
290 ) : allocator( _asrc )
291 { /*------ construct base from _asrc */
292 }
293
294 __inline_call~pod_alloc () = default;
295

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected