sqlite3Realloc   10917 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3Realloc(void*, int);
sqlite3Realloc   18269 third_party/sqlite/amalgamation/sqlite3.c   return sqlite3Realloc(pOld, n);
sqlite3Realloc   42566 third_party/sqlite/amalgamation/sqlite3.c     aNew = (PagerSavepoint *)sqlite3Realloc(
sqlite3Realloc    564 third_party/sqlite/src/src/malloc.c   return sqlite3Realloc(pOld, n);
sqlite3Realloc   6136 third_party/sqlite/src/src/pager.c     aNew = (PagerSavepoint *)sqlite3Realloc(
sqlite3Realloc   2572 third_party/sqlite/src/src/sqliteInt.h void *sqlite3Realloc(void*, int);