Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ construct
Method
construct
deps/memkind/src/include/hbw_allocator.h:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void construct(pointer p, const_reference val)
112
{
113
::new(p) value_type(val);
114
}
115
116
void destroy(pointer p)
117
{
Callers
2
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36