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