Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ New
Function
New
internal/new.cc:54–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
} // namespace
53
54
void* New(size_t size) { return ::operator new(size); }
55
56
void* AlignedNew(size_t size, std::align_val_t alignment) {
57
ABSL_DCHECK(absl::has_single_bit(static_cast<size_t>(alignment)));
Callers
6
Reserve
Method · 0.85
AlignedNew
Function · 0.85
TEST
Function · 0.85
New
Method · 0.85
MakeReferenceCountedString
Function · 0.85
FormatDouble
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68