MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / FREE_ARRAY

Function FREE_ARRAY

src/util/helpers.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185// Deallocates an array, without calling destructors.
186template<class T> inline void FREE_ARRAY(T* array_pointer) {
187 ::operator delete[](array_pointer);
188}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected