HomeSort by relevance Sort by last modified time
    Searched refs:zPool (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
mem5.c 97 int nBlock; /* Number of szAtom sized blocks in zPool */
98 u8 *zPool; /* Memory available to be allocated */
138 ** Assuming mem5.zPool is divided up into an array of Mem5Link
141 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
205 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom;
297 return (void*)&mem5.zPool[i*mem5.szAtom];
308 ** the array of mem5.szAtom byte blocks pointed to by mem5.zPool.
310 iBlock = ((u8 *)pOld-mem5.zPool)/mem5.szAtom;
314 assert( ((u8 *)pOld-mem5.zPool)%mem5.szAtom==0 );
484 mem5.zPool = zByte
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 1051 milliseconds