Searched defs:SQLITE_REALLOC (Results 1 – 2 of 2) sorted by relevance
| /external/sqlite/dist/ |
| D | sqlite3.c | 20691 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y)) macro 20703 #define SQLITE_REALLOC(x,y) realloc((x),(y)) macro
|
| /external/sqlite/dist/orig/ |
| D | sqlite3.c | 20691 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y)) macro 20703 #define SQLITE_REALLOC(x,y) realloc((x),(y)) macro
|