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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 506 milliseconds