Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmem5.c152 assert( iLogsize>=0 && iLogsize<=LOGMAX ); in memsys5Unlink()
175 assert( iLogsize>=0 && iLogsize<=LOGMAX ); in memsys5Link()
184 mem5.aiFreelist[iLogsize] = i; in memsys5Link()
242 for(iFullSz=mem5.szAtom,iLogsize=0; iFullSz<nByte; iFullSz*=2,iLogsize++){} in memsys5MallocUnsafe()
256 while( iBin>iLogsize ){ in memsys5MallocUnsafe()
264 mem5.aCtrl[i] = iLogsize; in memsys5MallocUnsafe()
291 u32 size, iLogsize; in memsys5FreeUnsafe() local
305 size = 1<<iLogsize; in memsys5FreeUnsafe()
323 if( (iBlock>>iLogsize) & 1 ){ in memsys5FreeUnsafe()
332 iLogsize++; in memsys5FreeUnsafe()
[all …]