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.h406 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.c1642 ** <li> [sqlite3_memory_used()]
2487 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2490 ** value of [sqlite3_memory_used()] since the high-water mark
2491 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2498 ** [sqlite3_memory_used()] if and only if the parameter to
2503 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
19888 excess = sqlite3_memory_used() - n;
19961 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ function
97377 #define sqlite3_memory_used macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h406 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.c1642 ** <li> [sqlite3_memory_used()]
2487 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2490 ** value of [sqlite3_memory_used()] since the high-water mark
2491 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2498 ** [sqlite3_memory_used()] if and only if the parameter to
2503 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
19888 excess = sqlite3_memory_used() - n;
19961 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ function
97397 #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);
17849 excess = sqlite3_memory_used() - n;
17922 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ function
86850 #define sqlite3_memory_used macro
[all...]

Completed in 529 milliseconds