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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_wsd.c42 int nMalloc = N + sizeof(ProcessLocalStorage) + J*sizeof(ProcessLocalVar); local
43 pGlobal = (ProcessLocalStorage *)malloc(nMalloc);
46 pGlobal->nFree = nMalloc - sizeof(ProcessLocalStorage);
H A Dtest_malloc.c583 int nMalloc = -1; local
591 nMalloc = sqlite3MemdebugMallocCount();
594 Tcl_SetObjResult(interp, Tcl_NewIntObj(nMalloc));
H A Dvdbeapi.c617 int nMalloc = sizeof(VdbeFunc) + sizeof(struct AuxData)*iArg; local
618 pVdbeFunc = sqlite3DbRealloc(pCtx->s.db, pVdbeFunc, nMalloc);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c132 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member in struct:SegmentWriter
156 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member in struct:SegmentNode
1551 if( pTree->nMalloc<nTerm ){
1556 pTree->nMalloc = nTerm*2;
1596 pNew->nMalloc = pTree->nMalloc;
1818 if( nTerm>pWriter->nMalloc ){
1823 pWriter->nMalloc = nTerm*2;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c60951 int nMalloc = sizeof(VdbeFunc) + sizeof(struct AuxData)*iArg; local
120049 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member in struct:SegmentWriter
120073 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member in struct:SegmentNode
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c136890 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member in struct:SegmentWriter
136923 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member in struct:SegmentNode
[all...]
/external/sqlite/dist/
H A Dsqlite3.c136922 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member in struct:SegmentWriter
136955 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member in struct:SegmentNode
[all...]

Completed in 1553 milliseconds