Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_common.cc85 UnmapOrDie(proc_self_maps_.data, proc_self_maps_.mmaped_size); in ~MemoryMappingLayout()
104 UnmapOrDie(old_proc_self_maps.data, in CacheMemoryMappings()
173 UnmapOrDie(smaps, smaps_cap); in GetMemoryProfile()
Dsanitizer_common.cc148 UnmapOrDie(*buff, *buff_size); in ReadFileToBuffer()
157 UnmapOrDie(*buff, *buff_size); in ReadFileToBuffer()
199 UnmapOrDie((void*)map_res, res - map_res); in MmapAlignedOrDie()
201 UnmapOrDie((void*)end, map_end - end); in MmapAlignedOrDie()
Dsanitizer_common.h71 void UnmapOrDie(void *addr, uptr size);
103 UnmapOrDie(ptr_, cnt_ * sizeof(T)); in ~InternalScopedBuffer()
444 UnmapOrDie(data_, capacity_ * sizeof(T)); in Destroy()
495 UnmapOrDie(old_data, capacity_ * sizeof(T)); in Resize()
Dsanitizer_flags.cc66 UnmapOrDie(data, data_mapped_size); in Parse()
Dsanitizer_win.cc95 void UnmapOrDie(void *addr, uptr size) { in UnmapOrDie() function
342 UnmapOrDie(hmodules, modules_buffer_size); in GetListOfModules()
375 UnmapOrDie(hmodules, modules_buffer_size); in GetListOfModules()
Dsanitizer_posix.cc139 void UnmapOrDie(void *addr, uptr size) { in UnmapOrDie() function
314 UnmapOrDie(filename, kBufSize); in DumpProcessMap()
Dsanitizer_tls_get_addr.cc49 UnmapOrDie(dtv, size * sizeof(DTLS::DTV)); in DTLS_Deallocate()
Dsanitizer_posix_libcdep.cc155 UnmapOrDie(oldstack.ss_sp, oldstack.ss_size); in UnsetAlternateSignalStack()
Dsanitizer_coverage_libcdep.cc234 UnmapOrDie(pc_array, sizeof(uptr) * kPcArrayMaxSize); in Disable()
238 UnmapOrDie(cc_array, sizeof(uptr *) * kCcArrayMaxSize); in Disable()
242 UnmapOrDie(tr_event_array, in Disable()
Dsanitizer_printf.cc280 UnmapOrDie((void *)buffer, buffer_size); in SharedPrintfCode()
Dsanitizer_allocator.h337 UnmapOrDie(reinterpret_cast<void *>(beg), size); in UnmapWithCallback()
617 UnmapOrDie(p, kSize2); in TestOnlyUnmap()
710 UnmapOrDie(reinterpret_cast<void *>(beg), size); in UnmapWithCallback()
1089 UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size); in Deallocate()
Dsanitizer_stoptheworld_linux_libcdep.cc316 UnmapOrDie((void *)guard_start_, stack_size_ + guard_size_); in ~ScopedStackSpaceWithGuard()
Dsanitizer_deadlock_detector2.cc137 UnmapOrDie(pt, sizeof(DDPhysicalThread)); in DestroyPhysicalThread()
/external/compiler-rt/lib/asan/
Dasan_rtl.cc53 UnmapOrDie((void*)kLowShadowBeg, kMidMemBeg - kLowShadowBeg); in AsanDie()
54 UnmapOrDie((void*)kMidMemEnd, kHighShadowEnd - kMidMemEnd); in AsanDie()
56 UnmapOrDie((void*)kLowShadowBeg, kHighShadowEnd - kLowShadowBeg); in AsanDie()
Dasan_fake_stack.cc72 UnmapOrDie(this, size); in Destroy()
Dasan_thread.cc119 UnmapOrDie(this, size); in Destroy()
/external/compiler-rt/lib/msan/
Dmsan_thread.cc63 UnmapOrDie(this, size); in Destroy()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_test.cc71 UnmapOrDie(mapping, 2 * ps); in TearDown()
Dsanitizer_libc_test.cc156 UnmapOrDie(p, page_size); in TEST()
Dsanitizer_common_test.cc82 UnmapOrDie((void*)res, size * PageSize); in TEST()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h57 UnmapOrDie(map_[i], kL2Size * sizeof(T)); in ~DenseSlabAlloc()
Dtsan_sync.cc169 UnmapOrDie((void*)metap, metasz); in ResetRange()
Dtsan_rtl.cc80 UnmapOrDie((void*)hdr_end, hdr + sizeof(Trace) - hdr_end); in CreateThreadContext()
855 UnmapOrDie((void*)p1, (uptr)p - (uptr)p1); in MemoryRangeSet()
Dtsan_interceptors.cc908 UnmapOrDie(sctx, sizeof(*sctx)); in thread_finalize()