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

/freebsd-10.1-release/sys/boot/ficl/
H A Ddict.c389 size_t nAlloc; local
391 nAlloc = sizeof (FICL_HASH) + nCells * sizeof (CELL)
397 pDict->dict = ficlMalloc(nAlloc);
/freebsd-10.1-release/contrib/sqlite3/
H A Dshell.c2342 int nRow, nAlloc; local
2377 nRow = nAlloc = 0;
2385 if( nRow>=nAlloc ){
2387 int n = nAlloc*2 + 10;
2393 nAlloc = n;
H A Dsqlite3.c11084 i16 nAlloc; /* Number of entries allocated in a[] below */ member in struct:SrcList
11678 int nAlloc; /* Amount of space allocated in zText */ member in struct:StrAccum
16018 ** nAlloc[i] is the number of allocation attempts of i*8
16022 int nAlloc[NCSIZE]; /* Total number of allocations */ member in struct:__anon4370
16038 mem.nAlloc[i]++;
16405 if( mem.nAlloc[i] ){
16407 i*8, mem.nAlloc[i], mem.nCurrent[i], mem.mxCurrent[i]);
16410 if( mem.nAlloc[NCSIZE-1] ){
16412 NCSIZE*8-8, mem.nAlloc[NCSIZE-1],
16425 nTotal += mem.nAlloc[
17230 u64 nAlloc; /* Total number of calls to malloc */ member in struct:Mem5Global
17615 int nAlloc = (1<<ii); local
59517 int nAlloc = nByte; local
72289 int nAlloc; /* Bytes of space at aAlloc */ member in struct:VdbeSorterIter
80168 int nAlloc; local
85358 int nAlloc = pSrc->nSrc+nExtra; local
100942 int nAlloc; /* Slots allocated for azResult[] */ member in struct:TabResult
120913 int nAlloc = 0; /* Size of allocated buffer */ local
130294 int nAlloc = 0; /* Size of allocated array at aElem */ local
132035 int nAlloc; /* Allocated size of a[] (nAlloc>=n) */ member in struct:Blob
132093 int nAlloc = nMin; local
132840 int nAlloc = 0; /* Allocated size of aIdx[] */ local
133217 const int nAlloc = sizeof(*pCsr) + sizeof(*pFilter) + sizeof(*pWriter); local
134148 int nAlloc; /* Allocated size of buffer z in bytes */ member in struct:StrBuffer
134542 int nAlloc = pStr->nAlloc+nAppend+100; local
135661 int nAlloc; /* space allocated at zToken */ member in struct:unicode_cursor
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10405 int nAlloc; /* Number of entries allocated below */ member in struct:ExprList
10450 int nAlloc; /* Number of entries allocated for a[] below */ member in struct:IdList
10488 i16 nAlloc; /* Number of entries allocated in a[] below */ member in struct:SrcList
11055 int nAlloc; /* Amount of space allocated in zText */ member in struct:StrAccum
15084 ** nAlloc[i] is the number of allocation attempts of i*8
15088 int nAlloc[NCSIZE]; /* Total number of allocations */ member in struct:__anon5093
15104 mem.nAlloc[i]++;
15471 if( mem.nAlloc[i] ){
15473 i*8, mem.nAlloc[i], mem.nCurrent[i], mem.mxCurrent[i]);
15476 if( mem.nAlloc[NCSIZ
16296 u64 nAlloc; /* Total number of calls to malloc */ member in struct:Mem5Global
16681 int nAlloc = (1<<ii); local
57874 int nAlloc = nByte; local
70395 int nAlloc; /* Bytes of space at aAlloc */ member in struct:VdbeSorterIter
77530 int nAlloc; local
82288 int nAlloc = pSrc->nSrc+nExtra; local
96967 int nAlloc; /* Slots allocated for azResult[] */ member in struct:TabResult
115598 int nAlloc = 0; /* Size of allocated buffer */ local
123718 int nAlloc = 0; /* Size of allocated array at aElem */ local
125634 int nAlloc; /* Allocated size of buffer z in bytes */ member in struct:StrBuffer
126024 int nAlloc = pStr->nAlloc+nAppend+100; local
[all...]

Completed in 711 milliseconds