Searched defs:cacheLimit (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A 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
|
H A D | sqlite_single_ver_storage_executor.cpp | 792 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, int &count) in OpenResultSetForCacheRowIdMode() 816 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, int &count) in OpenResultSetForCacheRowIdMode() 897 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode() 913 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode() 1991 uint32_t cacheLimit, int &count) in OpenResultSetForCacheRowIdModeCommon() 2014 …eVerStorageExecutor::ResultSetLoadRowIdCache(std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, in ResultSetLoadRowIdCache()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/ |
H A D | rs_memory_manager.cpp | 378 size_t cacheLimit = Drawing::SkiaGraphics::GetResourceCacheTotalByteLimit(); in DumpDrawingCpuMemory() local 451 size_t cacheLimit = 0; in DumpDrawingGpuMemory() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_thread.cpp | 660 size_t cacheLimit = 0; in TrimMemGpuLimitType() local
|