Searched defs:unmap (Results 1 – 9 of 9) sorted by relevance
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mem_map_base.h | 33 void unmap(uptr Addr, uptr Size) { in unmap() function
|
H A D | trusty.cpp | 62 void unmap(UNUSED void *Addr, UNUSED uptr Size, UNUSED uptr Flags, in unmap() function
|
H A D | linux.cpp | 81 void unmap(void *Addr, uptr Size, UNUSED uptr Flags, unmap() function
|
H A D | fuchsia.cpp | 143 void unmap(void *Addr, uptr Size, uptr Flags, MapPlatformData *Data) { in unmap() function
|
H A D | secondary.h | 67 static inline void unmap(LargeBlock::Header *H) { unmap() function [all...] |
/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
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
|
H A D | guarded_pool_allocator_posix.cpp | 54 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { unmap() function in gwp_asan::GuardedPoolAllocator
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 1324 void unmap() { unmap() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 2360 void (*unmap)(void *, void *, uptr); global() member
|