Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Delete
Function
Delete
internal/new.cc:101–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void Delete(void* ptr) noexcept { ::operator delete(ptr); }
102
103
void SizedDelete(void* ptr, size_t size) noexcept {
104
#ifdef CEL_INTERNAL_HAVE_SIZED_DELETE
Callers
1
TEST
Function · 0.70
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.56