Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c27486 struct MemBlockHdr { struct
27488 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
27489 char nBacktrace; /* Number of backtraces on this alloc */
27490 char nBacktraceSlots; /* Available backtrace slots */
27491 u8 nTitle; /* Bytes of title; includes '\0' */
27492 u8 eType; /* Allocation type code */
27493 int iForeGuard; /* Guard word for sanity */