Home
last modified time | relevance | path

Searched refs:am_notify_munmap (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_aspacemgr.h198 extern Bool VG_(am_notify_munmap)( Addr start, SizeT len );
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c2269 Bool VG_(am_notify_munmap)( Addr start, SizeT len ) in VG_() argument
2798 VG_(am_notify_munmap)( start, len ); in am_munmap_both_wrk() local
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c243 d = VG_(am_notify_munmap)(a, len); in ML_()
2053 d = VG_(am_notify_munmap)(s_start, s_len); in ML_()
Dsyswrap-solaris.c430 VG_(am_notify_munmap)(a, VKI_PAGE_SIZE); in clean_schedctl_data() local
Dsyswrap-linux.c1738 Bool d = VG_(am_notify_munmap)( ARG1, size ); in PRE()