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