Searched refs:sqlite3_memory_used (Results 1 – 4 of 4) sorted by relevance
533 #define sqlite3_memory_used sqlite3_api->memory_used macro
1886 ** <li> [sqlite3_memory_used()]3100 ** ^The [sqlite3_memory_used()] routine returns the number of bytes3103 ** value of [sqlite3_memory_used()] since the high-water mark3104 ** was last reset. ^The values returned by [sqlite3_memory_used()] and3111 ** [sqlite3_memory_used()] if and only if the parameter to3116 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
30357 mem_main_enter = sqlite3_memory_used();30957 if( sqlite3_memory_used()>mem_main_enter ){30959 (unsigned int)(sqlite3_memory_used()-mem_main_enter));
2199 ** <li> [sqlite3_memory_used()]3413 ** ^The [sqlite3_memory_used()] routine returns the number of bytes3416 ** value of [sqlite3_memory_used()] since the high-water mark3417 ** was last reset. ^The values returned by [sqlite3_memory_used()] and3424 ** [sqlite3_memory_used()] if and only if the parameter to3429 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);30412 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ sqlite3_memory_used() function [all...]