Searched defs:thread_mmaps (Results 1 – 2 of 2) sorted by relevance
292 std::vector<ThreadMmap> thread_mmaps; in DumpThreadCommAndMmaps() local
317 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess()