Lines Matching refs:InternalMmapVector
108 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches);
109 void GetThreadExtraStackRangesLocked(InternalMmapVector<Range> *ranges);
111 InternalMmapVector<Range> *ranges);
112 void GetAdditionalThreadContextPtrsLocked(InternalMmapVector<uptr> *ptrs);
113 void GetRunningThreadsLocked(InternalMmapVector<tid_t> *threads);
198 using LeakedChunks = InternalMmapVector<LeakedChunk>;
231 InternalMmapVector<Leak> leaks_;
232 InternalMmapVector<LeakedObject> leaked_objects_;
235 typedef InternalMmapVector<uptr> Frontier;
268 void ScanExtraStackRanges(const InternalMmapVector<Range> &ranges,