Home
last modified time | relevance | path

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

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c18677 assert( iLogsize>=0 && iLogsize<=LOGMAX ); in memsys5Unlink()
18700 assert( iLogsize>=0 && iLogsize<=LOGMAX ); in memsys5Link()
18709 mem5.aiFreelist[iLogsize] = i; in memsys5Link()
18772 for(iFullSz=mem5.szAtom, iLogsize=0; iFullSz<nByte; iFullSz *= 2, iLogsize++){} in memsys5MallocUnsafe()
18786 while( iBin>iLogsize ){ in memsys5MallocUnsafe()
18794 mem5.aCtrl[i] = iLogsize; in memsys5MallocUnsafe()
18819 u32 size, iLogsize; in memsys5FreeUnsafe() local
18833 size = 1<<iLogsize; in memsys5FreeUnsafe()
18848 if( (iBlock>>iLogsize) & 1 ){ in memsys5FreeUnsafe()
18857 iLogsize++; in memsys5FreeUnsafe()
[all …]

Completed in 311 milliseconds