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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15439 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
15443 ** to back up from the allocation pointer to find the MemBlockHdr. The
15444 ** MemBlockHdr tells us the size of the allocation and the number of
15446 ** MemBlockHdr.
15448 struct MemBlockHdr { struct
15450 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */
15485 struct MemBlockHdr *pFirst;
15486 struct MemBlockHdr *pLast;
15540 ** Given an allocation, find the MemBlockHdr for that allocation.
15545 static struct MemBlockHdr *sqlite3MemsysGetHeade
[all...]

Completed in 389 milliseconds