Searched refs:notify_core_and_tool_of_munmap (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-generic.h | 87 ML_(notify_core_and_tool_of_munmap) ( Addr a, SizeT len );
|
D | syswrap-darwin.c | 1029 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
|
D | syswrap-generic.c | 238 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
|
D | syswrap-solaris.c | 5962 ML_(notify_core_and_tool_of_munmap)(addr, storage[i].mr_msize); in mmapobj_process_phdrs()
|