Home
last modified time | relevance | path

Searched refs:UnmapOrDie (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp94 UnmapOrDie(data_.proc_self_maps.data, data_.proc_self_maps.mmaped_size); in ~MemoryMappingLayout()
110 UnmapOrDie(cached_proc_self_maps.data, cached_proc_self_maps.mmaped_size); in CacheMemoryMappings()
156 UnmapOrDie(smaps, smaps_cap); in GetMemoryProfile()
H A Dsanitizer_file.cpp139 UnmapOrDie(*buff, *buff_size); in ReadFileToBuffer()
144 UnmapOrDie(*buff, *buff_size); in ReadFileToBuffer()
154 UnmapOrDie(*buff, *buff_size); in ReadFileToBuffer()
H A Dsanitizer_posix.cpp57 void UnmapOrDie(void *addr, uptr size) { in UnmapOrDie() function
99 UnmapOrDie((void*)map_res, res - map_res); in MmapAlignedOrDieOnFatalError()
106 UnmapOrDie((void*)end, map_end - end); in MmapAlignedOrDieOnFatalError()
266 UnmapOrDie(filename, kBufSize); in DumpProcessMap()
H A Dsanitizer_tls_get_addr.cpp42 UnmapOrDie(block, sizeof(DTLS::DTVBlock)); in DTLS_Deallocate()
58 UnmapOrDie(new_dtv, sizeof(DTLS::DTVBlock)); in DTLS_NextBlock()
H A Dsanitizer_win.cpp147 void UnmapOrDie(void *addr, uptr size) { in UnmapOrDie() function
306 UnmapOrDie(reinterpret_cast<void*>(addr), size); in Unmap()
376 UnmapOrDie((void *)beg, end_aligned - beg_aligned); in ReleaseMemoryPagesToOS()
670 UnmapOrDie(hmodules, modules_buffer_size); in init()
716 UnmapOrDie(hmodules, modules_buffer_size); in init()
H A Dsanitizer_flags.cpp97 UnmapOrDie(buf, kMaxPathLength); in Parse()
H A Dsanitizer_posix_libcdep.cpp190 UnmapOrDie(oldstack.ss_sp, oldstack.ss_size); in UnsetAlternateSignalStack()
366 UnmapOrDie(reinterpret_cast<void*>(addr), size); in Unmap()
H A Dsanitizer_flat_map.h75 UnmapOrDie(p, kSize2); in TestOnlyUnmap()
H A Dsanitizer_ring_buffer.h33 UnmapOrDie(this, SizeInBytes(size())); in Delete()
H A Dsanitizer_suppressions.cpp89 UnmapOrDie(file_contents, contents_size); in ParseFromFile()
H A Dsanitizer_flag_parser.cpp162 UnmapOrDie(data, data_mapped_size); in ParseFile()
H A Dsanitizer_common.h97 void UnmapOrDie(void *addr, uptr size);
523 void Destroy() { UnmapOrDie(data_, capacity_bytes_); } in Destroy()
601 UnmapOrDie(data_, capacity_bytes_); in Realloc()
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp244 UnmapOrDie((void *)guard_start_, stack_size_ + guard_size_); in ~ScopedStackSpaceWithGuard()
H A Dsanitizer_allocator_secondary.h150 UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size); in Deallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp59 UnmapOrDie((void*)kLowShadowBeg, kMidMemBeg - kLowShadowBeg); in AsanDie()
60 UnmapOrDie((void*)kMidMemEnd, kHighShadowEnd - kMidMemEnd); in AsanDie()
63 UnmapOrDie((void*)kLowShadowBeg, kHighShadowEnd - kLowShadowBeg); in AsanDie()
H A Dasan_fuchsia.cpp205 UnmapOrDie(thread, AsanThreadMmapSize()); in ThreadCreateHook()
H A Dasan_fake_stack.cpp77 UnmapOrDie(this, size); in Destroy()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp63 UnmapOrDie(this, size); in Destroy()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp65 UnmapOrDie(this, size); in Destroy()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp49 UnmapOrDie((void *)kLowShadowBeg, kHighShadowEnd - kLowShadowBeg); in MemprofDie()
H A Dmemprof_thread.cpp103 UnmapOrDie(this, size); in Destroy()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h64 UnmapOrDie(map_[i], kL2Size * sizeof(T)); in ~DenseSlabAlloc()
H A Dtsan_platform_mac.cpp125 UnmapOrDie(thr, sizeof(ThreadState)); in cur_thread_finalize()
H A Dtsan_sync.cpp164 UnmapOrDie((void*)metap, metasz); in ResetRange()
H A Dtsan_rtl_thread.cpp239 UnmapOrDie(thr->shadow_stack, kShadowStackSize * sizeof(uptr)); in ThreadFinish()

12