Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
H A Drs_memory_track.cpp26 constexpr uint32_t MEM_PID_STRING_LEN = 8; variable
238 std::string pid_title = Data2String("Pid", MEM_PID_STRING_LEN); in GenerateDumpTitle()
253 std::string pid_str = Data2String(std::to_string(ExtractPid(info.nid)), MEM_PID_STRING_LEN); in GenerateDetail()