Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ deallocate
Method
deallocate
test/system_timer.cpp:301–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
void deallocate(pointer p, size_type)
302
{
303
--(*count_);
304
::operator delete(p);
305
}
306
307
size_type max_size() const
308
{
Callers
nothing calls this directly
Calls
1
operator delete
Function · 0.85
Tested by
no test coverage detected