Searched refs:Unmap (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stack_store.cpp | 100 void StackStore::Unmap(void *addr, uptr size) { in Unmap() function in __sanitizer::StackStore 295 store->Unmap(ptr, packed_size_aligned); in GetOrUnpack() 347 store->Unmap(packed, kBlockSizeBytes); in Pack() 353 store->Unmap(packed + packed_size_aligned, in Pack() 358 store->Unmap(ptr, kBlockSizeBytes); in Pack() 366 store->Unmap(ptr, kBlockSizeBytes); in TestOnlyUnmap()
|
| H A D | sanitizer_stack_store.h | 79 void Unmap(void *addr, uptr size);
|
| H A D | sanitizer_posix_libcdep.cpp | 358 void ReservedAddressRange::Unmap(uptr addr, uptr size) { in Unmap() function in __sanitizer::ReservedAddressRange
|
| H A D | sanitizer_fuchsia.cpp | 254 void ReservedAddressRange::Unmap(uptr addr, uptr size) { in Unmap() function in __sanitizer::ReservedAddressRange
|
| H A D | sanitizer_common.h | 187 void Unmap(uptr addr, uptr size);
|
| H A D | sanitizer_allocator_primary64.h | 735 address_range.Unmap(beg, size); in UnmapWithCallbackOrDie()
|
| H A D | sanitizer_win.cpp | 300 void ReservedAddressRange::Unmap(uptr addr, uptr size) { in Unmap() function in __sanitizer::ReservedAddressRange
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator_secondary.h | 111 AddressRange.Unmap(ReservedBeg, NewReservedBeg - ReservedBeg); in Allocate() 120 AddressRange.Unmap(NewReservedEnd, ReservedEnd - NewReservedEnd); in Allocate() 164 AddressRange.Unmap(reinterpret_cast<uptr>(AddressRange.base()), in Deallocate()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_common_test.cpp | 485 address_range.Unmap(base_addr, init_size); in TEST() 495 address_range.Unmap(base_addr, PageSize); in TEST() 500 address_range.Unmap(new_start, PageSize); in TEST() 505 EXPECT_DEATH(address_range.Unmap(base_addr + (PageSize * 2), PageSize), ".*"); in TEST()
|