Searched refs:LSM_SHM_CHUNK_HDR (Results 1 – 2 of 2) sorted by relevance
379 iPtr = (pChunk->iNext * LSM_SHM_CHUNK_SIZE) + LSM_SHM_CHUNK_HDR; in treeShmkey()380 nAvail = LSM_SHM_CHUNK_SIZE - LSM_SHM_CHUNK_HDR; in treeShmkey()629 const static int CHUNK_HDR = LSM_SHM_CHUNK_HDR; in treeShmalloc()760 iWrite = LSM_MAX(iWrite, LSM_SHM_CHUNK_HDR); in newTreeKey()1123 pDb->treehdr.iWrite = LSM_SHM_CHUNK_SIZE + LSM_SHM_CHUNK_HDR; in lsmTreeInit()
135 #define LSM_SHM_CHUNK_HDR (sizeof(ShmChunk)) macro