Home
last modified time | relevance | path

Searched defs:SQLITE_MALLOC (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c26340 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x)) macro
26352 #define SQLITE_MALLOC(x) malloc(x) macro
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c26703 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x)) macro
26715 #define SQLITE_MALLOC(x) malloc(x) macro
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c26569 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x)) macro
26581 #define SQLITE_MALLOC(x) malloc(x) macro
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c26340 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x)) macro
26352 #define SQLITE_MALLOC(x) malloc(x) macro