Home
last modified time | relevance | path

Searched refs:notify_core_and_tool_of_munmap (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-generic.h87 ML_(notify_core_and_tool_of_munmap) ( Addr a, SizeT len );
Dsyswrap-darwin.c1029 ML_(notify_core_and_tool_of_munmap)( in ML_()
4862 ML_(notify_core_and_tool_of_munmap)(start, end - start); in export_complex_message()
4878 ML_(notify_core_and_tool_of_munmap)(start, end - start); in export_complex_message()
6444 ML_(notify_core_and_tool_of_munmap)(start, end - start); in POST()
7138 ML_(notify_core_and_tool_of_munmap)(start, end - start); in POST()
7725 ML_(notify_core_and_tool_of_munmap)(ARG1, ARG2); in PRE() local
9410 ML_(notify_core_and_tool_of_munmap)(a2, a3); in POST() local
Dsyswrap-generic.c238 ML_(notify_core_and_tool_of_munmap) ( Addr a, SizeT len ) in ML_() argument
3883 ML_(notify_core_and_tool_of_munmap)( a, len ); in POST() local
Dsyswrap-solaris.c5962 ML_(notify_core_and_tool_of_munmap)(addr, storage[i].mr_msize); in mmapobj_process_phdrs()