Home
last modified time | relevance | path

Searched defs:unmap (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_base.h33 void unmap(uptr Addr, uptr Size) { in unmap() function
H A Dtrusty.cpp62 void unmap(UNUSED void *Addr, UNUSED uptr Size, UNUSED uptr Flags, in unmap() function
H A Dlinux.cpp81 void unmap(void *Addr, uptr Size, UNUSED uptr Flags, unmap() function
H A Dfuchsia.cpp143 void unmap(void *Addr, uptr Size, uptr Flags, MapPlatformData *Data) { in unmap() function
H A Dsecondary.h67 static inline void unmap(LargeBlock::Header *H) { unmap() function
[all...]
/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_fuchsia.cpp38 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() function in gwp_asan::GuardedPoolAllocator
H A Dguarded_pool_allocator_posix.cpp54 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { unmap() function in gwp_asan::GuardedPoolAllocator
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1324 void unmap() { unmap() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h2360 void (*unmap)(void *, void *, uptr); global() member