Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c18625 u8 *zPool; /* Memory available to be allocated */ member
18668 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
18732 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()
18825 iBlock = (int)(((u8 *)pOld-mem5.zPool)/mem5.szAtom); in memsys5FreeUnsafe()
18829 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
18872 memset(&mem5.zPool[iBlock*mem5.szAtom], 0x55, size); in memsys5FreeUnsafe()
19006 mem5.zPool = zByte; in memsys5Init()
19007 mem5.aCtrl = (u8 *)&mem5.zPool[mem5.nBlock*mem5.szAtom]; in memsys5Init()

Completed in 266 milliseconds