MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / freeData

Method freeData

src/common/classes/array.h:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 void freeData()
156 {
157 // CVC: Warning, after this call, "data" is an invalid pointer, be sure to reassign it
158 // or make it equal to this->getStorage()
159 if (data != this->getStorage())
160 Firebird::MemoryPool::globalFree(data);
161 }
162
163 void copyFrom(const Array<T, Storage>& source)
164 {

Callers

nothing calls this directly

Calls 1

getStorageMethod · 0.45

Tested by

no test coverage detected