Searched refs:unmapImpl (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.h27 void unmapImpl(uptr Addr, uptr Size);
47 // use. unmapImpl() can shrink this range, either at the beginning or at the
H A Dmem_map_linux.h29 void unmapImpl(uptr Addr, uptr Size);
H A Dmem_map.h38 void unmapImpl(uptr Addr, uptr Size);
H A Dmem_map.cpp27 void MemMapDefault::unmapImpl(uptr Addr, uptr Size) { function in class:scudo::MemMapDefault
H A Dmem_map_base.h36 invokeImpl(&Derived::unmapImpl, Addr, Size);
H A Dmem_map_linux.cpp91 void MemMapLinux::unmapImpl(uptr Addr, uptr Size) { function in class:scudo::MemMapLinux
H A Dmem_map_fuchsia.cpp142 void MemMapFuchsia::unmapImpl(uptr Addr, uptr Size) { function in class:scudo::MemMapFuchsia
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1298 void unmapImpl();
1319 ~mapped_file_region() { unmapImpl(); }
1326 unmapImpl();

Completed in 70 milliseconds