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
1834 Addr VG_(am_get_advisory) ( const MapRequest* req, function
2107 /* Convenience wrapper for VG_(am_get_advisory) for client floating or
2119 return VG_(am_get_advisory)( &mreq, True/*forClient*/, ok );
2385 advised = VG_(am_get_advisory)( &req, True/*forClient*/, &ok );
2453 advised = VG_(am_get_advisory)( &req, True/*forClient*/, &ok );
2511 advised = VG_(am_get_advisory)( &req, True/*forClient*/, &ok );
2575 advised = VG_(am_get_advisory)( &req, False/*forClient*/, &ok );
2603 inner and the outer (e.g. inner VG_(am_get_advisory) shoul
[all...]

Completed in 113 milliseconds