Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c18657 } mem5; variable
18662 #define mem5 GLOBAL(struct Mem5Global, mem5) macro
18802 if( mem5.maxCount<mem5.currentCount ) mem5.maxCount = mem5.currentCount; in memsys5MallocUnsafe()
18803 if( mem5.maxOut<mem5.currentOut ) mem5.maxOut = mem5.currentOut; in memsys5MallocUnsafe()
18812 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
18829 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
18839 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
18841 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
19002 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
19005 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]

Completed in 359 milliseconds