Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c16359 struct MemBlockHdr { struct
16361 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
16362 char nBacktrace; /* Number of backtraces on this alloc */
16363 char nBacktraceSlots; /* Available backtrace slots */
16364 u8 nTitle; /* Bytes of title; includes '\0' */
16365 u8 eType; /* Allocation type code */
16366 int iForeGuard; /* Guard word for sanity */