Searched refs:CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
628 const static int CHUNK_SIZE = LSM_SHM_CHUNK_SIZE; in treeShmalloc() local634 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()