Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.h38 const Drawing::GPUContext* gpuContext, std::vector<MemoryGraphic>& mems);
H A Drs_memory_manager.cpp299 … std::vector<pid_t> pids, const Drawing::GPUContext* gpuContext, std::vector<MemoryGraphic>& mems) in CountMemory() argument
301 auto countMem = [&gpuContext, &mems] (pid_t pid) { in CountMemory()
302 mems.emplace_back(CountPidMemory(pid, gpuContext)); in CountMemory()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h220 void CountMem(std::vector<MemoryGraphic>& mems);
H A Drs_main_thread.cpp3453 void RSMainThread::CountMem(std::vector<MemoryGraphic>& mems) in CountMem() argument
3468 RSUniRenderThread::Instance().PostSyncTask([&mems, &pids] { in CountMem()
3470 … RSUniRenderThread::Instance().GetRenderEngine()->GetRenderContext()->GetDrGPUContext(), mems); in CountMem()