|
int sqlite3_release_memory(int);
Attempt to free N bytes of heap memory by deallocating non-essential memory allocations held by the database library (example: memory used to cache database pages to improve performance).
See also lists of Objects, Constants, and Functions.