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

/freebsd-current/stand/ficl/
H A Ddict.c388 size_t nAlloc; local
390 nAlloc = sizeof (FICL_HASH) + nCells * sizeof (CELL)
396 pDict->dict = ficlMalloc(nAlloc);
/freebsd-current/contrib/sqlite3/
H A Dshell.c1897 int nAlloc; member in struct:ShellText
1932 if( p->z==0 || p->n+len>=p->nAlloc ){
1933 p->nAlloc = p->nAlloc*2 + len + 20;
1934 p->z = realloc(p->z, p->nAlloc);
6356 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */ member in struct:ReCompiled
6580 p->nAlloc = N;
6589 if( p->nAlloc<=p->nState && re_resize(p, p->nAlloc*2) ) return 0;
6610 if( p->nState+N>=p->nAlloc
10120 sqlite3_int64 nAlloc; local
10296 sqlite3_int64 nAlloc; local
11233 int nAlloc; /* Byte allocated at a[] */ member in struct:ZipfileBuffer
15997 i64 nAlloc = nMax * nText + (nMax+64)*2; local
20193 int nAlloc = 0; /* Allocated size of p->aiIndent[], abYield */ local
20602 sqlite3_int64 nAlloc = 0; local
21215 int nAlloc = 0; local
22610 int nAlloc; /* Space allocated for z[] */ member in struct:ImportCtx
27498 int nRow, nAlloc; local
28453 i64 nAlloc = 0; /* Allocated zSql[] space */ local
[all...]
H A Dsqlite3.c19081 int nAlloc; /* Number of a[] slots allocated */ member in struct:ExprList
19231 u32 nAlloc; /* Number of entries allocated in a[] below */ member in struct:SrcList
20006 u32 nAlloc; /* Amount of space allocated in zText */ member in struct:sqlite3_str
26745 int nAlloc[NCSIZE]; /* Total number of allocations */ member in struct:__anon29
27956 u64 nAlloc; /* Total number of calls to malloc */ member in struct:Mem5Global
28344 int nAlloc = (1<<ii); local
36352 sqlite3_int64 nAlloc = (pIn ? 2*(sqlite3_int64)pIn[0] : 10) + nInt; local
83500 i64 nAlloc = nByte; local
102563 int nAlloc; /* Bytes of space at aAlloc */ member in struct:PmaReader
109938 int nAlloc; local
115847 int nAlloc; local
125355 sqlite3_int64 nAlloc = 2*(sqlite3_int64)pSrc->nSrc+nExtra; local
150338 u32 nAlloc; /* Slots allocated for azResult[] */ member in struct:TabResult
186383 i64 nAlloc = 0; /* Size of allocated buffer */ local
196522 int nAlloc = 0; /* Size of allocated array at aElem */ local
198501 int nAlloc; /* Allocated size of a[] (nAlloc>=n) */ member in struct:Blob
198561 int nAlloc = nMin; local
199353 int nAlloc = 0; /* Allocated size of aIdx[] */ local
199739 const int nAlloc = sizeof(*pCsr) + sizeof(*pFilter) + sizeof(*pWriter); local
200758 int nAlloc; /* Allocated size of buffer z in bytes */ member in struct:StrBuffer
201251 sqlite3_int64 nAlloc = pStr->nAlloc+(sqlite3_int64)nAppend+100; local
202489 int nAlloc; /* space allocated at zToken */ member in struct:unicode_cursor
203431 u64 nAlloc; /* Bytes of storage available in zBuf[] */ member in struct:JsonString
212881 int nAlloc; /* Space allocated to a[] */ member in struct:GeoParse
223060 int nAlloc; /* Size of allocation containing aBuf */ member in struct:SessionBuffer
235210 int nAlloc = 4; local
238017 int nAlloc; /* Total size of allocation */ member in struct:Fts5HashEntry
239374 sqlite3_int64 nAlloc = sizeof(Fts5Data) + nByte + FTS5_DATA_PADDING; local
245174 int nAlloc = pIn ? pIn->nIterAlloc*2 : 16; local
[all...]

Completed in 744 milliseconds