Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ TEST
Function
TEST
internal/new_test.cc:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
using ::testing::NotNull;
29
30
TEST(New, Basic) {
31
void* p = New(sizeof(uint64_t));
32
EXPECT_THAT(p, NotNull());
33
Delete(p);
34
}
35
36
TEST(AlignedNew, Basic) {
37
void* p =
Callers
nothing calls this directly
Calls
8
New
Function · 0.85
AlignedNew
Function · 0.85
AlignedDelete
Function · 0.85
SizeReturningNew
Function · 0.85
SizedDelete
Function · 0.85
SizeReturningAlignedNew
Function · 0.85
SizedAlignedDelete
Function · 0.85
Delete
Function · 0.70
Tested by
no test coverage detected