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

Method deallocate

example/cpp11/allocation/server.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 void deallocate(T* p, std::size_t /*n*/) const
213 {
214 return memory_.deallocate(p);
215 }
216
217private:
218 template <typename> friend class handler_allocator;

Callers

nothing calls this directly

Calls 1

deallocateMethod · 0.45

Tested by

no test coverage detected