Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c18732 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
18808 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); 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()
19000 mem5.szAtom = (1<<nMinLog); in memsys5Init()
19001 while( (int)sizeof(Mem5Link)>mem5.szAtom ){ in memsys5Init()
19002 mem5.szAtom = mem5.szAtom << 1; in memsys5Init()
19005 mem5.nBlock = (nByte / (mem5.szAtom+sizeof(u8))); in memsys5Init()
[all …]

Completed in 308 milliseconds