Searched refs:GetThreadMmapsInProcess (Results 1 – 3 of 3) sorted by relevance
60 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
328 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess() function
588 if (!GetThreadMmapsInProcess(thread.pid, &thread_mmaps)) { in DumpThreadCommAndMmaps()