Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ allocator
Method
allocator
test/latency/allocator.hpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
{
19
public:
20
allocator()
21
: in_use_(false)
22
{
23
}
24
25
void* allocate(std::size_t n)
26
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected