Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_common.cc87 UnmapOrDie(proc_self_maps_.data, proc_self_maps_.mmaped_size); in ~MemoryMappingLayout()
106 UnmapOrDie(old_proc_self_maps.data, in CacheMemoryMappings()
176 UnmapOrDie(smaps, smaps_cap); in GetMemoryProfile()
Dsanitizer_common.cc197 UnmapOrDie(*buff, *buff_size); in ReadFileToBuffer()
206 UnmapOrDie(*buff, *buff_size); in ReadFileToBuffer()
248 UnmapOrDie((void*)map_res, res - map_res); in MmapAlignedOrDie()
250 UnmapOrDie((void*)end, map_end - end); in MmapAlignedOrDie()
Dsanitizer_common.h85 void UnmapOrDie(void *addr, uptr size);
120 UnmapOrDie(ptr_, cnt_ * sizeof(T)); in ~InternalScopedBuffer()
483 UnmapOrDie(data_, capacity_ * sizeof(T)); in Destroy()
534 UnmapOrDie(old_data, capacity_ * sizeof(T)); in Resize()
Dsanitizer_flags.cc74 UnmapOrDie(buf, kMaxPathLength); in Parse()
Dsanitizer_posix.cc127 void UnmapOrDie(void *addr, uptr size) { in UnmapOrDie() function
276 UnmapOrDie(filename, kBufSize); in DumpProcessMap()
Dsanitizer_win.cc94 void UnmapOrDie(void *addr, uptr size) { in UnmapOrDie() function
389 UnmapOrDie(hmodules, modules_buffer_size); in GetListOfModules()
436 UnmapOrDie(hmodules, modules_buffer_size); in GetListOfModules()
Dsanitizer_tls_get_addr.cc49 UnmapOrDie(dtv, size * sizeof(DTLS::DTV)); in DTLS_Deallocate()
Dsanitizer_flag_parser.cc144 UnmapOrDie(data, data_mapped_size); in ParseFile()
Dsanitizer_coverage_libcdep.cc242 UnmapOrDie(pc_array, sizeof(uptr) * kPcArrayMaxSize); in Disable()
246 UnmapOrDie(cc_array, sizeof(uptr *) * kCcArrayMaxSize); in Disable()
250 UnmapOrDie(tr_event_array, in Disable()
Dsanitizer_posix_libcdep.cc165 UnmapOrDie(oldstack.ss_sp, oldstack.ss_size); in UnsetAlternateSignalStack()
Dsanitizer_printf.cc286 UnmapOrDie((void *)buffer, buffer_size); in SharedPrintfCode()
Dsanitizer_stoptheworld_linux_libcdep.cc316 UnmapOrDie((void *)guard_start_, stack_size_ + guard_size_); in ~ScopedStackSpaceWithGuard()
Dsanitizer_allocator.h337 UnmapOrDie(reinterpret_cast<void *>(beg), size); in UnmapWithCallback()
618 UnmapOrDie(p, kSize2); in TestOnlyUnmap()
711 UnmapOrDie(reinterpret_cast<void *>(beg), size); in UnmapWithCallback()
1094 UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size); in Deallocate()
Dsanitizer_deadlock_detector2.cc137 UnmapOrDie(pt, sizeof(DDPhysicalThread)); in DestroyPhysicalThread()
/external/compiler-rt/lib/msan/
Dmsan_thread.cc63 UnmapOrDie(this, size); in Destroy()
/external/compiler-rt/lib/asan/
Dasan_rtl.cc54 UnmapOrDie((void*)kLowShadowBeg, kMidMemBeg - kLowShadowBeg); in AsanDie()
55 UnmapOrDie((void*)kMidMemEnd, kHighShadowEnd - kMidMemEnd); in AsanDie()
57 UnmapOrDie((void*)kLowShadowBeg, kHighShadowEnd - kLowShadowBeg); in AsanDie()
Dasan_thread.cc119 UnmapOrDie(this, size); in Destroy()
Dasan_fake_stack.cc77 UnmapOrDie(this, size); in Destroy()
/external/compiler-rt/lib/safestack/
Dsafestack.cc116 UnmapOrDie((char *)unsafe_stack_start - unsafe_stack_guard, in unsafe_stack_free()
/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.cc84 UnmapOrDie((void*)hdr_end, hdr + sizeof(Trace) - hdr_end); in CreateThreadContext()
869 UnmapOrDie((void*)p1, (uptr)p - (uptr)p1); in MemoryRangeSet()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_test.cc71 UnmapOrDie(mapping, 2 * ps); in TearDown()
Dsanitizer_libc_test.cc238 UnmapOrDie(p, page_size); in TEST()
Dsanitizer_common_test.cc82 UnmapOrDie((void*)res, size * PageSize); in TEST()

12