Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h532 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.h1863 ** <li> [sqlite3_memory_used()]
3017 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
3020 ** value of [sqlite3_memory_used()] since the high-water mark
3021 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
3028 ** [sqlite3_memory_used()] if and only if the parameter to
3033 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
/third_party/sqlite/src/
H A Dshell.c25868 sqlite3_int64 mem_main_enter = sqlite3_memory_used();
26452 if( sqlite3_memory_used()>mem_main_enter ){
26454 (unsigned int)(sqlite3_memory_used()-mem_main_enter));
H A Dsqlite3.c2173 ** <li> [sqlite3_memory_used()]
3330 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
3333 ** value of [sqlite3_memory_used()] since the high-water mark
3334 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
3341 ** [sqlite3_memory_used()] if and only if the parameter to
3346 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
29238 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ sqlite3_memory_used() function
132455 #define sqlite3_memory_used global() macro
[all...]

Completed in 218 milliseconds