Searched refs:InternalMmapVector (Results 1 - 25 of 59) sorted by relevance

123

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h42 void GetMatched(InternalMmapVector<Suppression *> *matched);
49 InternalMmapVector<Suppression> suppressions_;
H A Dsanitizer_fuchsia.h29 InternalMmapVector<zx_info_maps_t> data;
H A Dsanitizer_stoptheworld.h36 uptr index, InternalMmapVector<uptr> *buffer, uptr *sp) const {
H A Dsanitizer_stoptheworld_win.cpp29 InternalMmapVector<HANDLE> threadHandles;
30 InternalMmapVector<DWORD> threadIds;
38 InternalMmapVector<uptr> *buffer,
57 uptr index, InternalMmapVector<uptr> *buffer, uptr *sp) const {
H A Dsanitizer_suppressions.cpp37 InternalMmapVector<char> exec(kMaxPathLength);
72 InternalMmapVector<char> new_file_path(kMaxPathLength);
175 InternalMmapVector<Suppression *> *matched) {
H A Dsanitizer_lzw.h35 InternalMmapVector<T> dict_len1;
91 InternalMmapVector<T> dict_len1(*begin);
105 InternalMmapVector<detail::DenseMapPair<ItOut /* begin. */, ItOut /* end */>>
H A Dsanitizer_stoptheworld_mac.cpp41 InternalMmapVector<uptr> *buffer,
45 InternalMmapVector<SuspendedThreadInfo> threads_;
148 uptr index, InternalMmapVector<uptr> *buffer, uptr *sp) const {
H A Dsanitizer_symbolizer_internal.h96 InternalMmapVector<char> &GetBuff() { return buffer_; }
117 InternalMmapVector<char> buffer_;
H A Dsanitizer_common.h585 T *new_data = (T *)MmapOrDie(new_capacity_bytes, "InternalMmapVector");
611 class InternalMmapVector : public InternalMmapVectorNoCtor<T> { class in namespace:__sanitizer
613 InternalMmapVector() { InternalMmapVectorNoCtor<T>::Initialize(0); } function in class:__sanitizer::InternalMmapVector
614 explicit InternalMmapVector(uptr cnt) { function in class:__sanitizer::InternalMmapVector
618 ~InternalMmapVector() { InternalMmapVectorNoCtor<T>::Destroy(); }
620 InternalMmapVector(const InternalMmapVector &) = delete;
621 InternalMmapVector &operator=(const InternalMmapVector &) = delete;
622 InternalMmapVector(InternalMmapVecto
[all...]
H A Dsanitizer_linux.h105 Result ListThreads(InternalMmapVector<tid_t> *threads);
112 InternalMmapVector<char> buffer_;
H A Dsanitizer_symbolizer.h107 InternalMmapVector<LocalInfo> locals;
173 InternalMmapVector<const char*> storage_;
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp61 InternalMmapVector<uptr> *buffer,
65 InternalMmapVector<tid_t> thread_ids_;
199 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize);
338 uptr index, InternalMmapVector<uptr> *buffer, uptr *sp) const {
H A Dsanitizer_symbolizer_report.cpp105 InternalMmapVector<BufferedStackTrace> stack_buffer(1);
187 InternalMmapVector<BufferedStackTrace> stack_buffer(1);
226 InternalMmapVector<BufferedStackTrace> stack_buffer(1);
H A Dsanitizer_stoptheworld_linux_libcdep.cpp99 InternalMmapVector<uptr> *buffer,
103 InternalMmapVector<tid_t> thread_ids_;
213 InternalMmapVector<tid_t> threads;
299 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize);
563 uptr index, InternalMmapVector<uptr> *buffer, uptr *sp) const {
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp79 InternalMmapVector<Range> *ranges) {}
80 void GetThreadExtraStackRangesLocked(InternalMmapVector<Range> *ranges) {}
91 void GetRunningThreadsLocked(InternalMmapVector<tid_t> *threads) {
95 reinterpret_cast<InternalMmapVector<tid_t> *>(threads)->push_back(
H A Dlsan_common.h112 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches);
113 void GetThreadExtraStackRangesLocked(InternalMmapVector<Range> *ranges);
115 InternalMmapVector<Range> *ranges);
116 void GetAdditionalThreadContextPtrsLocked(InternalMmapVector<uptr> *ptrs);
117 void GetRunningThreadsLocked(InternalMmapVector<tid_t> *threads);
195 using LeakedChunks = InternalMmapVector<LeakedChunk>;
228 InternalMmapVector<Leak> leaks_;
229 InternalMmapVector<LeakedObject> leaked_objects_;
232 typedef InternalMmapVector<uptr> Frontier;
268 void ScanExtraStackRanges(const InternalMmapVector<Rang
[all...]
H A Dlsan_common.cpp85 InternalMmapVector<u32> suppressed_stacks;
100 const InternalMmapVector<u32> &GetSortedSuppressedStacks() {
356 void ScanExtraStackRanges(const InternalMmapVector<Range> &ranges,
379 InternalMmapVector<uptr> ptrs;
402 InternalMmapVector<uptr> registers;
403 InternalMmapVector<Range> extra_ranges;
588 const InternalMmapVector<u32> &suppressed =
589 *static_cast<const InternalMmapVector<u32> *>(arg);
616 const InternalMmapVector<u32> &suppressed_stacks =
620 const_cast<InternalMmapVector<u3
[all...]
H A Dlsan_common_fuchsia.cpp74 InternalMmapVector<uptr> allocator_caches;
150 InternalMmapVector<Range> ranges;
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp195 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) {}
198 InternalMmapVector<Range> *ranges) {}
199 void GetThreadExtraStackRangesLocked(InternalMmapVector<Range> *ranges) {}
201 void GetAdditionalThreadContextPtrsLocked(InternalMmapVector<uptr> *ptrs) {}
202 void GetRunningThreadsLocked(InternalMmapVector<tid_t> *threads) {}
H A Dhwasan_thread_list.h213 InternalMmapVector<Thread *> free_list_
216 InternalMmapVector<Thread *> live_list_
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp118 InternalMmapVector<uptr> v;
124 InternalMmapVector<uptr> v;
146 TEST(SanitizerCommon, InternalMmapVector) {
147 InternalMmapVector<uptr> vector;
160 InternalMmapVector<uptr> empty_vector;
166 InternalMmapVector<uptr> vector1;
167 InternalMmapVector<uptr> vector2;
189 InternalMmapVector<uptr> vector1;
190 InternalMmapVector<uptr> vector2;
191 InternalMmapVector<upt
[all...]
H A Dsanitizer_procmaps_test.cpp43 InternalMmapVector<LoadedModule> modules;
63 InternalMmapVector<LoadedModule> modules;
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_thread.cpp508 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) {}
511 InternalMmapVector<Range> *ranges) {
521 reinterpret_cast<InternalMmapVector<Range> *>(arg)->push_back(
527 void GetThreadExtraStackRangesLocked(InternalMmapVector<Range> *ranges) {
531 tctx->os_id, reinterpret_cast<InternalMmapVector<Range> *>(arg));
536 void GetAdditionalThreadContextPtrsLocked(InternalMmapVector<uptr> *ptrs) {
560 auto ptrsVec = reinterpret_cast<InternalMmapVector<uptr> *>(ptrs);
566 void GetRunningThreadsLocked(InternalMmapVector<tid_t> *threads) {
570 reinterpret_cast<InternalMmapVector<tid_t> *>(threads)->push_back(
H A Dasan_memory_profile.cpp83 InternalMmapVector<AllocationSite> allocations_;
/openbsd-current/gnu/llvm/compiler-rt/lib/stats/
H A Dstats.cpp44 InternalMmapVector<char> path(kMaxPathLength);

Completed in 315 milliseconds

123