Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c23096 struct MemBlockHdr { struct
23098 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
23099 char nBacktrace; /* Number of backtraces on this alloc */
23100 char nBacktraceSlots; /* Available backtrace slots */
23101 u8 nTitle; /* Bytes of title; includes '\0' */
23102 u8 eType; /* Allocation type code */
23103 int iForeGuard; /* Guard word for sanity */

Completed in 492 milliseconds