Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dmem2.c55 struct MemBlockHdr { struct
57 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
58 char nBacktrace; /* Number of backtraces on this alloc */
59 char nBacktraceSlots; /* Available backtrace slots */
60 u8 nTitle; /* Bytes of title; includes '\0' */
61 u8 eType; /* Allocation type code */
62 int iForeGuard; /* Guard word for sanity */
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c14633 struct MemBlockHdr { struct
14635 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
14636 char nBacktrace; /* Number of backtraces on this alloc */
14637 char nBacktraceSlots; /* Available backtrace slots */
14638 u8 nTitle; /* Bytes of title; includes '\0' */
14639 u8 eType; /* Allocation type code */
14640 int iForeGuard; /* Guard word for sanity */
/external/sqlite/dist/
Dsqlite3.c16627 struct MemBlockHdr { struct
16629 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
16630 char nBacktrace; /* Number of backtraces on this alloc */
16631 char nBacktraceSlots; /* Available backtrace slots */
16632 u8 nTitle; /* Bytes of title; includes '\0' */
16633 u8 eType; /* Allocation type code */
16634 int iForeGuard; /* Guard word for sanity */
/external/sqlite/dist/orig/
Dsqlite3.c16627 struct MemBlockHdr { struct
16629 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
16630 char nBacktrace; /* Number of backtraces on this alloc */
16631 char nBacktraceSlots; /* Available backtrace slots */
16632 u8 nTitle; /* Bytes of title; includes '\0' */
16633 u8 eType; /* Allocation type code */
16634 int iForeGuard; /* Guard word for sanity */
/external/svox/pico/lib/
Dpicoos.c240 typedef struct mem_block_hdr * MemBlockHdr; typedef