MCPcopy Create free account
hub / github.com/boostorg/asio / deallocate

Method deallocate

test/any_completion_handler.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 void deallocate(T* p, std::size_t /*n*/) const
143 {
144 ::operator delete(p);
145 }
146
147private:
148 template <typename> friend class handler_allocator;

Calls 1

operator deleteFunction · 0.85

Tested by

no test coverage detected