Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A 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 */