Searched refs:gpuMemoryControl_ (Results 1 – 2 of 2) sorted by relevance
76 uint64_t MemoryManager::gpuMemoryControl_ = UINT64_MAX; member in OHOS::Rosen::MemoryManager573 gpuMemoryControl_ = ParseMemoryLimit(rsWatchPoint, "process_gpu_control_threshold"); in InitMemoryLimit()583 if (gpuContext == nullptr || gpuMemoryControl_ == UINT64_MAX) { in SetGpuMemoryLimit()587 gpuContext->InitGpuMemoryLimit(MemoryOverflow, gpuMemoryControl_); in SetGpuMemoryLimit()
83 static uint64_t gpuMemoryControl_; variable