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

Method deallocate

example/cpp11/allocation/server.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 void deallocate(T* p, std::size_t /*n*/) const
119 {
120 return memory_.deallocate(p);
121 }
122
123private:
124 template <typename> friend class context_allocator;

Callers

nothing calls this directly

Calls 1

deallocateMethod · 0.45

Tested by

no test coverage detected