Home
last modified time | relevance | path

Searched refs:nAlloc (Results 1 – 7 of 7) sorted by relevance

/external/sqlite/dist/ext/misc/
Dpercentile.c73 unsigned nAlloc; /* Number of slots allocated for a[] */ member
152 if( p->nUsed>=p->nAlloc ){ in percentStep()
153 unsigned n = p->nAlloc*2 + 250; in percentStep()
161 p->nAlloc = n; in percentStep()
/external/sqlite/dist/orig/
Dshell.c808 int nAlloc; member
843 if( p->z==0 || p->n+len>=p->nAlloc ){ in appendText()
844 p->nAlloc = p->nAlloc*2 + len + 20; in appendText()
845 p->z = realloc(p->z, p->nAlloc); in appendText()
3856 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */ member
4073 p->nAlloc = N; in re_resize()
4082 if( p->nAlloc<=p->nState && re_resize(p, p->nAlloc*2) ) return 0; in re_insert()
4103 if( p->nState+N>=p->nAlloc && re_resize(p, p->nAlloc*2+N) ) return; in re_copy()
7535 sqlite3_int64 nAlloc; in zipfileGetEntry() local
7542 nAlloc = sizeof(ZipfileEntry) + nExtra; in zipfileGetEntry()
[all …]
Dsqlite3.c18306 int nAlloc; /* Number of a[] slots allocated */ member
18459 u32 nAlloc; /* Number of entries allocated in a[] below */ member
19199 u32 nAlloc; /* Amount of space allocated in zText */ member
25628 int nAlloc[NCSIZE]; /* Total number of allocations */
25644 mem.nAlloc[i]++;
26011 if( mem.nAlloc[i] ){
26013 i*8, mem.nAlloc[i], mem.nCurrent[i], mem.mxCurrent[i]);
26016 if( mem.nAlloc[NCSIZE-1] ){
26018 NCSIZE*8-8, mem.nAlloc[NCSIZE-1],
26031 nTotal += mem.nAlloc[i];
[all …]
/external/sqlite/dist/
Dshell.c813 int nAlloc; member
848 if( p->z==0 || p->n+len>=p->nAlloc ){ in appendText()
849 p->nAlloc = p->nAlloc*2 + len + 20; in appendText()
850 p->z = realloc(p->z, p->nAlloc); in appendText()
3861 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */ member
4078 p->nAlloc = N; in re_resize()
4087 if( p->nAlloc<=p->nState && re_resize(p, p->nAlloc*2) ) return 0; in re_insert()
4108 if( p->nState+N>=p->nAlloc && re_resize(p, p->nAlloc*2+N) ) return; in re_copy()
7540 sqlite3_int64 nAlloc; in zipfileGetEntry() local
7547 nAlloc = sizeof(ZipfileEntry) + nExtra; in zipfileGetEntry()
[all …]
Dsqlite3.c18306 int nAlloc; /* Number of a[] slots allocated */ member
18459 u32 nAlloc; /* Number of entries allocated in a[] below */ member
19199 u32 nAlloc; /* Amount of space allocated in zText */ member
25628 int nAlloc[NCSIZE]; /* Total number of allocations */
25644 mem.nAlloc[i]++;
26011 if( mem.nAlloc[i] ){
26013 i*8, mem.nAlloc[i], mem.nCurrent[i], mem.mxCurrent[i]);
26016 if( mem.nAlloc[NCSIZE-1] ){
26018 NCSIZE*8-8, mem.nAlloc[NCSIZE-1],
26031 nTotal += mem.nAlloc[i];
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c18464 u32 nAlloc; /* Number of entries allocated in a[] below */ member
19185 u32 nAlloc; /* Amount of space allocated in zText */ member
24251 int nAlloc[NCSIZE]; /* Total number of allocations */ member
24267 mem.nAlloc[i]++; in adjustStats()
24634 if( mem.nAlloc[i] ){ in sqlite3MemdebugDump()
24636 i*8, mem.nAlloc[i], mem.nCurrent[i], mem.mxCurrent[i]); in sqlite3MemdebugDump()
24639 if( mem.nAlloc[NCSIZE-1] ){ in sqlite3MemdebugDump()
24641 NCSIZE*8-8, mem.nAlloc[NCSIZE-1], in sqlite3MemdebugDump()
24654 nTotal += mem.nAlloc[i]; in sqlite3MemdebugMallocCount()
25462 u64 nAlloc; /* Total number of calls to malloc */ member
[all …]
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout2492 u32 nAlloc;
2749 u32 nAlloc;