Searched refs:WINDOW_SIZE_MB_UNIT (Results 1 – 1 of 1) sorted by relevance
29 const int64_t WINDOW_SIZE_MB_UNIT = 1024 * 1024; // 1024 is scale variable85 int64_t windowSize = isMemDb ? MEM_WINDOW_SIZE : (option_.cacheMaxSize * WINDOW_SIZE_MB_UNIT); in OpenForCacheFullEntryMode()112 uint32_t cacheLimit = option_.cacheMaxSize * (WINDOW_SIZE_MB_UNIT / sizeof(int64_t)); in OpenForCacheEntryIdMode()275 uint32_t cacheLimit = option_.cacheMaxSize * (WINDOW_SIZE_MB_UNIT / sizeof(int64_t)); in MoveToForCacheEntryIdMode()