Searched refs:sqlite3_memory_used (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h371 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.h1341 ** <li> [sqlite3_memory_used()]
2125 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2128 ** value of [sqlite3_memory_used()] since the high-water mark
2129 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2136 ** [sqlite3_memory_used()] if and only if the parameter to
2141 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
H A Dsqlite3.c1894 ** <li> [sqlite3_memory_used()]
2678 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2681 ** value of [sqlite3_memory_used()] since the high-water mark
2682 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2689 ** [sqlite3_memory_used()] if and only if the parameter to
2694 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
18241 excess = sqlite3_memory_used() - n;
18314 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ function
89263 #define sqlite3_memory_used macro
[all...]

Completed in 611 milliseconds