Searched refs:nAlloc (Results 1 – 3 of 3) sorted by relevance
388 size_t nAlloc; in dictCreateHashed() local390 nAlloc = sizeof (FICL_HASH) + nCells * sizeof (CELL) in dictCreateHashed()396 pDict->dict = ficlMalloc(nAlloc); in dictCreateHashed()
1464 int nAlloc; member1499 if( p->z==0 || p->n+len>=p->nAlloc ){ in appendText()1500 p->nAlloc = p->nAlloc*2 + len + 20; in appendText()1501 p->z = realloc(p->z, p->nAlloc); in appendText()4719 unsigned nAlloc; /* Number of slots allocated for a[] */ member4875 if( p->nUsed>=p->nAlloc ){ in percentStep()4876 unsigned n = p->nAlloc*2 + 250; in percentStep()4884 p->nAlloc = n; in percentStep()7209 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */ member7433 p->nAlloc = N; in re_resize()[all …]
19589 int nAlloc; /* Number of a[] slots allocated */ member19774 u32 nAlloc; /* Number of entries allocated in a[] below */ member20572 u32 nAlloc; /* Amount of space allocated in zText */ member27551 int nAlloc[NCSIZE]; /* Total number of allocations */ member27567 mem.nAlloc[i]++; in adjustStats()27934 if( mem.nAlloc[i] ){ in sqlite3MemdebugDump()27936 i*8, mem.nAlloc[i], mem.nCurrent[i], mem.mxCurrent[i]); in sqlite3MemdebugDump()27939 if( mem.nAlloc[NCSIZE-1] ){ in sqlite3MemdebugDump()27941 NCSIZE*8-8, mem.nAlloc[NCSIZE-1], in sqlite3MemdebugDump()27954 nTotal += mem.nAlloc[i]; in sqlite3MemdebugMallocCount()[all …]