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

/external/sqlite/dist/orig/
H A Dsqlite3.c19390 int nBlock; /* Number of szAtom sized blocks in zPool */
19391 u8 *zPool; /* Memory available to be allocated */ member in struct:Mem5Global
19431 ** Assuming mem5.zPool is divided up into an array of Mem5Link
19434 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
19498 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom);
19574 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz);
19578 return (void*)&mem5.zPool[i*mem5.szAtom];
19589 ** the array of mem5.szAtom byte blocks pointed to by mem5.zPool.
19591 iBlock = (int)(((u8 *)pOld-mem5.zPool)/mem5.szAtom);
19595 assert( ((u8 *)pOld-mem5.zPool)
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19390 int nBlock; /* Number of szAtom sized blocks in zPool */
19391 u8 *zPool; /* Memory available to be allocated */ member in struct:Mem5Global
19431 ** Assuming mem5.zPool is divided up into an array of Mem5Link
19434 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
19498 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom);
19574 memset(&mem5.zPool[i*mem5.szAtom], 0xAA, iFullSz);
19578 return (void*)&mem5.zPool[i*mem5.szAtom];
19589 ** the array of mem5.szAtom byte blocks pointed to by mem5.zPool.
19591 iBlock = (int)(((u8 *)pOld-mem5.zPool)/mem5.szAtom);
19595 assert( ((u8 *)pOld-mem5.zPool)
[all...]

Completed in 812 milliseconds