Searched defs:sync_mappings (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c592 sync_mappings
595 void ML_(sync_mappings)(const HChar *when, const HChar *where, Int num) function
610 "sync_mappings(\"%s\", \"%s\", %d)\n",
620 css = VG_(malloc)("sys_wrap.sync_mappings", css_size*sizeof(ChangedSeg));
6633 ML_(sync_mappings)("after", "mach_msg_receive", 0);
7053 ML_(sync_mappings)("after", "mach_msg_receive (unhandled)", 0);
7378 ML_(sync_mappings)("after", "iokit_user_client_trap", ARG2);

Completed in 69 milliseconds