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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c241 static void sqlite3MallocAlarm(int nByte){ function
271 sqlite3MallocAlarm(nFull);
279 sqlite3MallocAlarm(nFull);
535 sqlite3MallocAlarm(nNew-nOld);
541 sqlite3MallocAlarm(nBytes);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c17961 static void sqlite3MallocAlarm(int nByte){ function
17991 sqlite3MallocAlarm(nFull);
17999 sqlite3MallocAlarm(nFull);
18255 sqlite3MallocAlarm(nNew-nOld);
18261 sqlite3MallocAlarm(nBytes);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c18827 static void sqlite3MallocAlarm(int nByte){ function
18857 sqlite3MallocAlarm(nFull);
18865 sqlite3MallocAlarm(nFull);
19122 sqlite3MallocAlarm(nDiff);
19128 sqlite3MallocAlarm(nBytes);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c18827 static void sqlite3MallocAlarm(int nByte){ function
18857 sqlite3MallocAlarm(nFull);
18865 sqlite3MallocAlarm(nFull);
19122 sqlite3MallocAlarm(nDiff);
19128 sqlite3MallocAlarm(nBytes);
[all...]

Completed in 409 milliseconds