Searched defs:SQLITE_REALLOC (Results 1 – 1 of 1) sorted by relevance
26705 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y)) macro26717 #define SQLITE_REALLOC(x,y) realloc((x),(y)) macro