Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c26709 struct MemBlockHdr { struct
26711 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
26712 char nBacktrace; /* Number of backtraces on this alloc */
26713 char nBacktraceSlots; /* Available backtrace slots */
26714 u8 nTitle; /* Bytes of title; includes '\0' */
26715 u8 eType; /* Allocation type code */
26716 int iForeGuard; /* Guard word for sanity */