Home
last modified time | relevance | path

Searched refs:am_show_nsegments (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/coregrind/m_ume/
Delf.c216 if (0) VG_(am_show_nsegments)(0,"after #1"); in mapelf()
232 if (0) VG_(am_show_nsegments)(0,"after #2"); in mapelf()
/external/valgrind/main/coregrind/
Dpub_core_aspacemgr.h108 extern void VG_(am_show_nsegments) ( Int logLevel, const HChar* who );
Dm_main.c2350 VG_(am_show_nsegments)(1,"Memory layout at client startup"); in valgrind_main()
2402 VG_(am_show_nsegments)(1,"Memory layout at client shutdown"); in shutdown_actions_NORETURN()
Dm_mallocfree.c747 VG_(am_show_nsegments) (0, "out_of_memory"); in VG_()
Dm_signals.c1634 VG_(am_show_nsegments)(0,"post segfault"); in default_action()
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c600 void VG_(am_show_nsegments) ( Int logLevel, const HChar* who ) in VG_() argument
1114 VG_(am_show_nsegments)(0,"post syncheck failure"); in VG_()
1520 if (0) VG_(am_show_nsegments)(0,"AFTER preen (add_segment)"); in add_segment()
1737 VG_(am_show_nsegments)(2, "Initial layout"); in VG_()
1751 VG_(am_show_nsegments)(2, "With contents of /proc/self/maps"); in VG_()
1835 VG_(am_show_nsegments)(0,"getAdvisory"); in VG_()
2970 VG_(am_show_nsegments)(0, "VG_(am_extend_map_client) BEFORE"); in VG_()
3004 VG_(am_show_nsegments)(0, "VG_(am_extend_map_client) AFTER"); in VG_()
/external/valgrind/main/coregrind/m_gdbserver/
Dserver.c381 VG_(am_show_nsegments) (0, "gdbserver v.info memory aspacemgr"); in handle_gdb_valgrind_command()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c262 VG_(am_show_nsegments)(0, "do_remap: before"); in do_mremap()