Small, Fast, Reliable.
Choose any three.

SQLite C Interface

Attempt To Free Heap Memory

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.


This page last modified 2007/11/22 00:41:31 UTC