MCPcopy 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
101void Delete(void* ptr) noexcept { ::operator delete(ptr); }
102
103void SizedDelete(void* ptr, size_t size) noexcept {
104#ifdef CEL_INTERNAL_HAVE_SIZED_DELETE

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.56