Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c24414 assert( iLogsize>=0 && iLogsize<=LOGMAX ); in memsys5Unlink()
24437 assert( iLogsize>=0 && iLogsize<=LOGMAX ); in memsys5Link()
24446 mem5.aiFreelist[iLogsize] = i; in memsys5Link()
24504 for(iFullSz=mem5.szAtom,iLogsize=0; iFullSz<nByte; iFullSz*=2,iLogsize++){} in memsys5MallocUnsafe()
24518 while( iBin>iLogsize ){ in memsys5MallocUnsafe()
24526 mem5.aCtrl[i] = iLogsize; in memsys5MallocUnsafe()
24553 u32 size, iLogsize; in memsys5FreeUnsafe() local
24567 size = 1<<iLogsize; in memsys5FreeUnsafe()
24585 if( (iBlock>>iLogsize) & 1 ){ in memsys5FreeUnsafe()
24594 iLogsize++; in memsys5FreeUnsafe()
[all …]

Completed in 368 milliseconds