Searched refs:MemBlockHdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c15015 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
15019 ** to back up from the allocation pointer to find the MemBlockHdr. The
15020 ** MemBlockHdr tells us the size of the allocation and the number of
15022 ** MemBlockHdr.
15024 struct MemBlockHdr { struct
15026 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */
15061 struct MemBlockHdr *pFirst;
15062 struct MemBlockHdr *pLast;
15116 ** Given an allocation, find the MemBlockHdr for that allocation.
15121 static struct MemBlockHdr *sqlite3MemsysGetHeade
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c24187 struct MemBlockHdr { struct
[all...]

Completed in 679 milliseconds