| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | map_test.cpp | 29 scudo::unmap(P, Size, UNMAP_ALL, &Data); in TEST() 42 scudo::unmap(P, Size, 0, nullptr); in TEST() 61 scudo::unmap(P, Size + 2 * PageSize, UNMAP_ALL, &Data); in TEST() 77 scudo::unmap(P, Size, UNMAP_ALL, &Data); in TEST()
|
| H A D | common_test.cpp | 51 unmap(P, Size, 0, &Data); in TEST() 69 unmap(P, Size, 0, &Data); in TEST()
|
| H A D | memtag_test.cpp | 57 unmap(Buffer, BufferSize, 0, &Data); in TearDown()
|
| H A D | combined_test.cpp | 501 scudo::unmap(P, Size, UNMAP_ALL, &Data); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | secondary.h | 67 static void unmap(LargeBlock::Header *H) { in unmap() function 69 unmap(reinterpret_cast<void *>(H->MapBase), H->MapSize, UNMAP_ALL, &Data); in unmap() 79 void store(UNUSED Options Options, LargeBlock::Header *H) { unmap(H); } in store() 147 return unmap(H); in store() 225 unmap(reinterpret_cast<void *>(Entry.MapBase), Entry.MapSize, UNMAP_ALL, in store() 322 unmap(reinterpret_cast<void *>(Quarantine[I].MapBase), in disableMemoryTagging() 364 unmap(MapInfo[I].MapBase, MapInfo[I].MapSize, UNMAP_ALL, in empty() 560 unmap(reinterpret_cast<void *>(MapBase), NewMapBase - MapBase, 0, &Data); in allocate() 567 unmap(reinterpret_cast<void *>(NewMapEnd), MapEnd - NewMapEnd, 0, &Data); in allocate()
|
| H A D | primary32.h | 89 unmap(reinterpret_cast<void *>(RegionsStash[--NumberOfStashedRegions]), in unmapTestOnly() 102 unmap(reinterpret_cast<void *>(I * RegionSize), RegionSize); in unmapTestOnly() 295 unmap(reinterpret_cast<void *>(MapBase), Region - MapBase); in allocateRegionSlow() 300 unmap(reinterpret_cast<void *>(End), MapEnd - End); in allocateRegionSlow()
|
| H A D | trusty.cpp | 60 void unmap(UNUSED void *Addr, UNUSED uptr Size, UNUSED uptr Flags, in unmap() function
|
| H A D | vector.h | 30 unmap(Data, CapacityBytes, 0, &MapData); in destroy()
|
| H A D | linux.cpp | 76 void unmap(void *Addr, uptr Size, UNUSED uptr Flags, in unmap() function
|
| H A D | common.h | 166 void unmap(void *Addr, uptr Size, uptr Flags = 0,
|
| H A D | fuchsia.cpp | 121 void unmap(void *Addr, uptr Size, uptr Flags, MapPlatformData *Data) { in unmap() function
|
| H A D | release.h | 94 unmap(reinterpret_cast<void *>(Buffer), in ~PackedCounterArray()
|
| H A D | primary64.h | 93 unmap(reinterpret_cast<void *>(PrimaryBase), PrimarySize, UNMAP_ALL, in unmapTestOnly()
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/platform_specific/ |
| H A D | guarded_pool_allocator_posix.cpp | 54 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() function in gwp_asan::GuardedPoolAllocator 71 unmap(reinterpret_cast<void *>(State.GuardedPagePool), in unreserveGuardedPool()
|
| H A D | guarded_pool_allocator_fuchsia.cpp | 38 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() function in gwp_asan::GuardedPoolAllocator
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 47 Buffer.unmap(); in commit() 56 Buffer.unmap(); in ~OnDiskBuffer()
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/ |
| H A D | guarded_pool_allocator.cpp | 141 unmap(Metadata, in uninitTestOnly() 147 unmap(FreeSlots, in uninitTestOnly()
|
| H A D | guarded_pool_allocator.h | 151 void unmap(void *Ptr, size_t Size) const;
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 1309 unmap(); 1327 void unmap() { in unmap() function
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.h | 2362 void (*unmap)(void *, void *, uptr); member
|
| H A D | sanitizer_common_interceptors.inc | 9584 int flags, void (*unmap)(void *, void *, SIZE_T), void *cookie) { 9586 COMMON_INTERCEPTOR_ENTER(ctx, cdbr_open_mem, base, size, flags, unmap, 9591 REAL(cdbr_open_mem)(base, size, flags, unmap, cookie);
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 1420 MaybeMFR.unmap(); in TEST_F()
|