OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemBlockHdr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mem2.c
46
** | Title | backtrace pointers |
MemBlockHdr
| allocation | EndGuard |
50
** to back up from the allocation pointer to find the
MemBlockHdr
. The
51
**
MemBlockHdr
tells us the size of the allocation and the number of
53
**
MemBlockHdr
.
55
struct
MemBlockHdr
{
57
struct
MemBlockHdr
*pNext, *pPrev; /* Linked list of all unfreed memory */
92
struct
MemBlockHdr
*pFirst;
93
struct
MemBlockHdr
*pLast;
147
** Given an allocation, find the
MemBlockHdr
for that allocation.
152
static struct
MemBlockHdr
*sqlite3MemsysGetHeader(void *pAllocation)
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 179 milliseconds