Searched defs:sqlite3_memory_used (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c144 excess = sqlite3_memory_used() - n;
217 sqlite3_int64 sqlite3_memory_used(void){ function
H A Dsqlite3ext.h368 #define sqlite3_memory_used sqlite3_api->memory_used macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h392 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.c1958 ** <li> [sqlite3_memory_used()]
2749 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2752 ** value of [sqlite3_memory_used()] since the high-water mark
2753 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2760 ** [sqlite3_memory_used()] if and only if the parameter to
2765 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
18730 excess = sqlite3_memory_used() - n;
18803 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ function
91365 #define sqlite3_memory_used macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h392 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.c1958 ** <li> [sqlite3_memory_used()]
2749 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2752 ** value of [sqlite3_memory_used()] since the high-water mark
2753 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2760 ** [sqlite3_memory_used()] if and only if the parameter to
2765 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
18730 excess = sqlite3_memory_used() - n;
18803 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ function
91401 #define sqlite3_memory_used macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1847 ** <li> [sqlite3_memory_used()]
2614 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2617 ** value of [sqlite3_memory_used()] since the high-water mark
2618 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2625 ** [sqlite3_memory_used()] if and only if the parameter to
2630 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
17864 excess = sqlite3_memory_used() - n;
17937 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ function
87057 #define sqlite3_memory_used macro
[all...]

Completed in 539 milliseconds