Searched refs:am_get_advisory_client_simple (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_aspacemgr.h151 extern Addr VG_(am_get_advisory_client_simple)
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c374 /* VG_(am_get_advisory_client_simple) interprets zero to mean
376 advised = VG_(am_get_advisory_client_simple)(new_addr, new_len, &ok);
410 /* VG_(am_get_advisory_client_simple) interprets zero to mean
412 advised = VG_(am_get_advisory_client_simple)( needA, needL, &ok );
414 /* VG_(am_get_advisory_client_simple) (first arg == 0, meaning
439 advised = VG_(am_get_advisory_client_simple)( 0, new_len, &ok );
473 /* VG_(am_get_advisory_client_simple) interprets zero to mean
475 advised = VG_(am_get_advisory_client_simple)( needA, needL, &ok );
477 /* VG_(am_get_advisory_client_simple) (first arg == 0, meaning
1755 VG_(am_get_advisory_client_simple) produce
[all...]
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c822 anon_start = VG_(am_get_advisory_client_simple)
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1991 Addr VG_(am_get_advisory_client_simple) ( Addr start, SizeT len, function

Completed in 469 milliseconds