Searched refs:am_get_advisory_client_simple (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/coregrind/ |
D | pub_core_aspacemgr.h | 154 extern Addr VG_(am_get_advisory_client_simple)
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-generic.c | 400 advised = VG_(am_get_advisory_client_simple)(new_addr, new_len, &ok); in do_mremap() 434 advised = VG_(am_get_advisory_client_simple)( needA, needL, &ok ); in do_mremap() 451 advised = VG_(am_get_advisory_client_simple)( 0, new_len, &ok ); in do_mremap() 486 advised = VG_(am_get_advisory_client_simple)( needA, needL, &ok ); in do_mremap() 1982 tmp = VG_(am_get_advisory_client_simple)(0, segmentSize, &ok); in ML_()
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-linux.c | 873 anon_start = VG_(am_get_advisory_client_simple) in setup_client_dataseg()
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 2096 Addr VG_(am_get_advisory_client_simple) ( Addr start, SizeT len, in VG_() argument
|