Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c17363 struct MemBlockHdr { struct
17365 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ argument
17366 char nBacktrace; /* Number of backtraces on this alloc */
17367 char nBacktraceSlots; /* Available backtrace slots */
17368 u8 nTitle; /* Bytes of title; includes '\0' */
17369 u8 eType; /* Allocation type code */
17370 int iForeGuard; /* Guard word for sanity */

Completed in 371 milliseconds