Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching refs:mreq

1994    MapRequest mreq;
1995 mreq.rkind = start==0 ? MAny : MFixed;
1996 mreq.start = start;
1997 mreq.len = len;
1998 return VG_(am_get_advisory)( &mreq, True/*client*/, ok );