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

Method _wrap_alloc

src/libcpp/allocators/alloc_wrap.hpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 */
87
88 __inline_call _wrap_alloc (
89 allocator *_asrc = nullptr
90 ) : _aptr( _asrc ) {}
91
92 __inline_call~_wrap_alloc () = default ;
93

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected