Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c26343 #define SQLITE_MALLOCSIZE(x) \ macro
26385 # define SQLITE_MALLOCSIZE(x) malloc_usable_size(x) macro
26389 # define SQLITE_MALLOCSIZE _msize macro
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c26706 #define SQLITE_MALLOCSIZE(x) \ macro
26748 # define SQLITE_MALLOCSIZE(x) malloc_usable_size(x) macro
26752 # define SQLITE_MALLOCSIZE _msize macro
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c26572 #define SQLITE_MALLOCSIZE(x) \ macro
26614 # define SQLITE_MALLOCSIZE(x) malloc_usable_size(x) macro
26618 # define SQLITE_MALLOCSIZE _msize macro
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c26343 #define SQLITE_MALLOCSIZE(x) \ macro
26385 # define SQLITE_MALLOCSIZE(x) malloc_usable_size(x) macro
26389 # define SQLITE_MALLOCSIZE _msize macro