Home
last modified time | relevance | path

Searched refs:sqlite3_memory_used (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h533 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.h1886 ** <li> [sqlite3_memory_used()]
3100 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
3103 ** value of [sqlite3_memory_used()] since the high-water mark
3104 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
3111 ** [sqlite3_memory_used()] if and only if the parameter to
3116 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
H A Dshell.c30357 mem_main_enter = sqlite3_memory_used();
30957 if( sqlite3_memory_used()>mem_main_enter ){
30959 (unsigned int)(sqlite3_memory_used()-mem_main_enter));
H A Dsqlite3.c2199 ** <li> [sqlite3_memory_used()]
3413 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
3416 ** value of [sqlite3_memory_used()] since the high-water mark
3417 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
3424 ** [sqlite3_memory_used()] if and only if the parameter to
3429 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
30412 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ sqlite3_memory_used() function
[all...]