Home | History | Annotate | Download | only in dist

Lines Matching full:freed

1788 ** to sqlite3_free() is harmless.  After being freed, memory
1789 ** should neither be read nor written. Even reading previously freed
1808 ** by sqlite3_realloc() and the prior allocation is freed.
1810 ** is not freed.
1849 ** of memory currently outstanding (malloced but not freed).
2568 ** information is in static, unmanaged space and does not need to be freed.
3050 ** and BLOBs is freed automatically. Do <b>not</b> pass the pointers returned
3923 ** ^sqlite3_release_memory() returns the number of bytes actually freed,
4314 ** take care that any prior string is freed by a call to [sqlite3_free()]
4317 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
5296 ** All resources associated with the specified cache should be freed. ^After