Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ do_allocate
Method
do_allocate
test/storage_ptr.cpp:47–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void*
48
do_allocate(
49
std::size_t,
50
std::size_t) override
51
{
52
return nullptr;
53
}
54
55
void
56
do_deallocate(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected