Searched refs:unmapImpl (Results 1 – 8 of 8) sorted by relevance
27 void unmapImpl(uptr Addr, uptr Size);
38 void unmapImpl(uptr Addr, uptr Size);
27 void MemMapDefault::unmapImpl(uptr Addr, uptr Size) { in unmapImpl() function in scudo::MemMapDefault
36 invokeImpl(&Derived::unmapImpl, Addr, Size); in unmap()
151 void MemMapFuchsia::unmapImpl(uptr Addr, uptr Size) { in unmapImpl() function in scudo::MemMapFuchsia
1308 LLVM_ABI void unmapImpl();1330 ~mapped_file_region() { unmapImpl(); } in ~mapped_file_region()1337 unmapImpl(); in unmap()
874 void mapped_file_region::unmapImpl() {
964 void mapped_file_region::unmapImpl() {