Home
last modified time | relevance | path

Searched refs:am_notify_client_mmap (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/coregrind/m_initimg/
Dinitimg-darwin.c491 VG_(am_notify_client_mmap)(0x7fffffe00000, 0x7ffffffff000-0x7fffffe00000, in record_system_memory()
497 VG_(am_notify_client_mmap)(0xfffec000, 0xfffff000-0xfffec000, in record_system_memory()
/external/valgrind/coregrind/
Dpub_core_aspacemgr.h172 extern Bool VG_(am_notify_client_mmap)
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-mips32-linux.c363 d = VG_(am_notify_client_mmap)( a, len, prot, flags, fd, offset ); in notify_core_of_mmap()
Dsyswrap-generic.c186 d = VG_(am_notify_client_mmap)( a, len, prot, flags, fd, offset ); in notify_core_of_mmap()
Dsyswrap-solaris.c9136 VG_(am_notify_client_mmap)(page, size, prot, flags, -1, 0);
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c2135 VG_(am_notify_client_mmap)( Addr a, SizeT len, UInt prot, UInt flags, in VG_() argument