MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Destroy

Function Destroy

common/memory.h:266–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 static void Destroy(uintptr_t ptr) noexcept { Unown(ptr); }
267
268 static uintptr_t Own(uintptr_t ptr) noexcept {
269 if (IsReferenceCount(ptr)) {

Callers 4

~OwnerFunction · 0.85
memory.hFile · 0.85
resetFunction · 0.85
~ByteStringFunction · 0.85

Calls 1

UnownFunction · 0.85

Tested by

no test coverage detected