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 201 uint32_t cacheLimit = option_.cacheMaxSize * (WINDOW_SIZE_MB_UNIT / sizeof(int64_t)); in MoveToForCacheEntryIdMode() local
|
| D | sqlite_single_ver_storage_executor.cpp | 807 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, int &count) in OpenResultSetForCacheRowIdMode() 831 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, int &count) in OpenResultSetForCacheRowIdMode() 912 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode() 928 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode() 2029 uint32_t cacheLimit, int &count) in OpenResultSetForCacheRowIdModeCommon() 2052 …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 | 388 size_t cacheLimit = SkGraphics::GetResourceCacheTotalByteLimit(); in DumpDrawingCpuMemory() local 481 size_t cacheLimit = 0; in DumpDrawingGpuMemory() local
|