Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c26625 struct MemBlockHdr { struct
26627 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
26628 char nBacktrace; /* Number of backtraces on this alloc */
26629 char nBacktraceSlots; /* Available backtrace slots */
26630 u8 nTitle; /* Bytes of title; includes '\0' */
26631 u8 eType; /* Allocation type code */
26632 int iForeGuard; /* Guard word for sanity */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c26988 struct MemBlockHdr { struct
26990 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
26991 char nBacktrace; /* Number of backtraces on this alloc */
26992 char nBacktraceSlots; /* Available backtrace slots */
26993 u8 nTitle; /* Bytes of title; includes '\0' */
26994 u8 eType; /* Allocation type code */
26995 int iForeGuard; /* Guard word for sanity */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c26854 struct MemBlockHdr { struct
26856 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
26857 char nBacktrace; /* Number of backtraces on this alloc */
26858 char nBacktraceSlots; /* Available backtrace slots */
26859 u8 nTitle; /* Bytes of title; includes '\0' */
26860 u8 eType; /* Allocation type code */
26861 int iForeGuard; /* Guard word for sanity */
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c26625 struct MemBlockHdr { struct
26627 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
26628 char nBacktrace; /* Number of backtraces on this alloc */
26629 char nBacktraceSlots; /* Available backtrace slots */
26630 u8 nTitle; /* Bytes of title; includes '\0' */
26631 u8 eType; /* Allocation type code */
26632 int iForeGuard; /* Guard word for sanity */