Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching refs:am_mmap_anon_float_client

2495 static SysRes am_mmap_anon_float_client ( SizeT length, Int prot, Bool isCH )
2550 SysRes VG_(am_mmap_anon_float_client) ( SizeT length, Int prot )
2552 return am_mmap_anon_float_client (length, prot, False /* isCH */);
2762 /* Similar to VG_(am_mmap_anon_float_client) but also
2768 return am_mmap_anon_float_client (length, prot, True /* isCH */);