August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_free() — Free a memory allocation
void sqlite3_free( void* ptr );
ptr
A pointer to a memory allocation.
This function releases a memory block that was previously
allocated with sqlite3_malloc() or sqlite3_realloc(). This should not be used to
release memory acquired through a native malloc() or new call.
Read now
Unlock full access