Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
private:
124
template <typename> friend class context_allocator;
Callers
nothing calls this directly
Calls
1
deallocate
Method · 0.45
Tested by
no test coverage detected