HomeSort by relevance Sort by last modified time
    Searched refs:MemBlockHdr (Results 1 - 5 of 5) 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/svox/pico/lib/
picoos.c 240 typedef struct mem_block_hdr * MemBlockHdr;
243 MemBlockHdr next;
259 MemBlockHdr firstBlock, lastBlock; /* memory blockList */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1397 milliseconds