MCPcopy 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
54void* New(size_t size) { return ::operator new(size); }
55
56void* AlignedNew(size_t size, std::align_val_t alignment) {
57 ABSL_DCHECK(absl::has_single_bit(static_cast<size_t>(alignment)));

Callers 6

ReserveMethod · 0.85
AlignedNewFunction · 0.85
TESTFunction · 0.85
NewMethod · 0.85
FormatDoubleFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68