Home
last modified time | relevance | path

Searched defs:SQLITE_REALLOC (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/
Dsqlite3.c20691 #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/
Dsqlite3.c20691 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y)) macro
20703 #define SQLITE_REALLOC(x,y) realloc((x),(y)) macro