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

/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c219 * This request is passed to VG_(am_get_advisory). This decides on
224 * Control returns to the wrapper. If VG_(am_get_advisory) has
1818 Addr VG_(am_get_advisory) ( const MapRequest* req, function
2091 /* Convenience wrapper for VG_(am_get_advisory) for client floating or
2103 return VG_(am_get_advisory)( &mreq, True/*forClient*/, ok );
2369 advised = VG_(am_get_advisory)( &req, True/*forClient*/, &ok );
2437 advised = VG_(am_get_advisory)( &req, True/*forClient*/, &ok );
2495 advised = VG_(am_get_advisory)( &req, True/*forClient*/, &ok );
2554 advised = VG_(am_get_advisory)( &req, False/*forClient*/, &ok );
2582 inner and the outer (e.g. inner VG_(am_get_advisory) shoul
[all...]

Completed in 41 milliseconds