Searched refs:SQLITE_REALLOC (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | sqlite3.c | 26342 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y)) macro 26354 #define SQLITE_REALLOC(x,y) realloc((x),(y)) macro 26478 void *p = SQLITE_REALLOC(pPrior, nByte); in sqlite3MemRealloc() 26491 p = SQLITE_REALLOC(p, nByte+8 ); in sqlite3MemRealloc()
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 26705 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y)) macro 26717 #define SQLITE_REALLOC(x,y) realloc((x),(y)) macro 26841 void *p = SQLITE_REALLOC(pPrior, nByte); in sqlite3MemRealloc() 26854 p = SQLITE_REALLOC(p, nByte+8 ); in sqlite3MemRealloc()
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/ |
D | sqlite3.c | 26571 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y)) macro 26583 #define SQLITE_REALLOC(x,y) realloc((x),(y)) macro 26707 void *p = SQLITE_REALLOC(pPrior, nByte); in sqlite3MemRealloc() 26720 p = SQLITE_REALLOC(p, nByte+8 ); in sqlite3MemRealloc()
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
H A D | sqlite3.c | 26342 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y)) macro 26354 #define SQLITE_REALLOC(x,y) realloc((x),(y)) macro 26478 void *p = SQLITE_REALLOC(pPrior, nByte); in sqlite3MemRealloc() 26491 p = SQLITE_REALLOC(p, nByte+8 ); in sqlite3MemRealloc()
|