Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c629 const static int CHUNK_HDR = LSM_SHM_CHUNK_HDR; in treeShmalloc() local
634 assert( nByte <= (CHUNK_SIZE-CHUNK_HDR) ); in treeShmalloc()
694 iWrite = iNext * CHUNK_SIZE + CHUNK_HDR; in treeShmalloc()