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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c16285 int nBlock; /* Number of szAtom sized blocks in zPool */
16286 u8 *zPool; /* Memory available to be allocated */ member in struct:Mem5Global
16326 ** Assuming mem5.zPool is divided up into an array of Mem5Link
16329 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
16393 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom;
16485 return (void*)&mem5.zPool[i*mem5.szAtom];
16496 ** the array of mem5.szAtom byte blocks pointed to by mem5.zPool.
16498 iBlock = ((u8 *)pOld-mem5.zPool)/mem5.szAtom;
16502 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 );
16672 mem5.zPool
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c25451 u8 *zPool; /* Memory available to be allocated */ member in struct:Mem5Global
[all...]

Completed in 810 milliseconds