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
1297 void unmapImpl();1318 ~mapped_file_region() { unmapImpl(); } in ~mapped_file_region()1325 unmapImpl(); in unmap()
874 void mapped_file_region::unmapImpl() {
963 void mapped_file_region::unmapImpl() {