Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Naios/function2
/ allocate
Method
allocate
test/regressions.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
};
89
90
pointer allocate(size_type, void const* = nullptr) {
91
EXPECT_TRUE(false);
92
return nullptr;
93
}
94
95
void deallocate(pointer, size_type) {
96
FAIL();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected