MCPcopy Create free account
hub / github.com/couchbase/fleece / operator delete

Method operator delete

Fleece/API_Impl/FLSlice.cc:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 static inline void operator delete(void *self) {
121 assert_precondition(isHeapAligned(self));
122 free(self);
123 }
124
125 __hot
126 inline void retain() noexcept {

Callers

nothing calls this directly

Calls 1

isHeapAlignedFunction · 0.85

Tested by

no test coverage detected