Searched defs:cacheLimit (Results 1 – 3 of 3) sorted by relevance
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| D | sqlite_single_ver_result_set.cpp | 112 uint32_t cacheLimit = option_.cacheMaxSize * (WINDOW_SIZE_MB_UNIT / sizeof(int64_t)); in OpenForCacheEntryIdMode() local 275 uint32_t cacheLimit = option_.cacheMaxSize * (WINDOW_SIZE_MB_UNIT / sizeof(int64_t)); in MoveToForCacheEntryIdMode() local
|
| D | sqlite_single_ver_storage_executor.cpp | 790 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, int &count) in OpenResultSetForCacheRowIdMode() 814 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, int &count) in OpenResultSetForCacheRowIdMode() 895 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode() 911 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode() 2012 uint32_t cacheLimit, int &count) in OpenResultSetForCacheRowIdModeCommon() 2035 …eVerStorageExecutor::ResultSetLoadRowIdCache(std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, in ResultSetLoadRowIdCache()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/ |
| D | rs_memory_manager.cpp | 469 size_t cacheLimit = SkGraphics::GetResourceCacheTotalByteLimit(); in DumpDrawingCpuMemory() local 601 size_t cacheLimit = 0; in DumpDrawingGpuMemory() local 643 size_t cacheLimit = 0; in DumpDrawingGpuMemory() local
|