Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c628 const static int CHUNK_SIZE = LSM_SHM_CHUNK_SIZE; in treeShmalloc() local
634 assert( nByte <= (CHUNK_SIZE-CHUNK_HDR) ); in treeShmalloc()
647 iEof = (iChunk+1) * CHUNK_SIZE; in treeShmalloc()
648 assert( iEof>=iWrite && (iEof-iWrite)<(u32)CHUNK_SIZE ); in treeShmalloc()
690 pHdr = (ShmChunk *)treeShmptr(pDb, iChunk*CHUNK_SIZE); in treeShmalloc()
694 iWrite = iNext * CHUNK_SIZE + CHUNK_HDR; in treeShmalloc()