nativeFreeAndMalloc

external fun nativeFreeAndMalloc(pointer: Long, message: String?): Long(source)

Frees pointer using sqlite3_free ands returns the result of sqlite3_mprintf on message. If message is null then only sqlite3_free is called on pointer and 0 is returned