Lines Matching defs:unmap
68 static inline void unmap(MemMapT &MemMap) { MemMap.unmap(); }
196 // The default unmap callback is simply scudo::unmap.
197 // In testing, a different unmap callback is used to
199 template <typename Config, void (*unmapCallBack)(MemMapT &) = unmap>
290 // that the unmap call can be performed outside the lock
307 // just unmap it.
330 // Save MemMaps of evicted entries to perform unmap outside of lock
735 // parameter allows us to unmap spurious memory when dealing with larger
795 MemMap.unmap(MapBase, NewMapBase - MapBase);
802 MemMap.unmap(NewMapEnd, MapEnd - NewMapEnd);
811 unmap(MemMap);
859 // over the ownership before unmap() so that any operation along with
860 // unmap() won't touch inaccessible pages.
862 unmap(MemMap);