Home
last modified time | relevance | path

Searched refs:ParseMemoryLimit (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp527 uint64_t ParseMemoryLimit(const cJSON* json, const char* name) in ParseMemoryLimit() function
569 memoryWarning_ = ParseMemoryLimit(rsWatchPoint, "process_warning_threshold"); in InitMemoryLimit()
571 uint64_t cpuMemoryControl = ParseMemoryLimit(rsWatchPoint, "process_cpu_control_threshold"); in InitMemoryLimit()
573 gpuMemoryControl_ = ParseMemoryLimit(rsWatchPoint, "process_gpu_control_threshold"); in InitMemoryLimit()
575 uint64_t totalMemoryWarning = ParseMemoryLimit(rsWatchPoint, "total_threshold"); in InitMemoryLimit()