Home
last modified time | relevance | path

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

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c24360 u8 *zPool; /* Memory available to be allocated */ member
24405 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
24466 i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom); in memsys5Size()
24542 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz); in memsys5MallocUnsafe()
24546 return (void*)&mem5.zPool[i*mem5.szAtom]; in memsys5MallocUnsafe()
24559 iBlock = (int)(((u8 *)pOld-mem5.zPool)/mem5.szAtom); in memsys5FreeUnsafe()
24563 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 ); in memsys5FreeUnsafe()
24609 memset(&mem5.zPool[iBlock*mem5.szAtom], 0x55, size); in memsys5FreeUnsafe()
24741 mem5.zPool = zByte; in memsys5Init()
24742 mem5.aCtrl = (u8 *)&mem5.zPool[mem5.nBlock*mem5.szAtom]; in memsys5Init()

Completed in 862 milliseconds