Searched refs:am_mmap_anon_float_client (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_aspacemgr.h263 extern SysRes VG_(am_mmap_anon_float_client) ( SizeT length, Int prot );
271 VG_(am_mmap_anon_float_client). On AIX5 this *may* allocate memory
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-aix5.c199 sres = VG_(am_mmap_anon_float_client)
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-aix5.c1912 SysRes VG_(am_mmap_anon_float_client) ( SizeT length, Int prot ) function
1953 VG_(am_mmap_anon_float_client). On AIX5 this *may* allocate memory
1987 return VG_(am_mmap_anon_float_client)( length, prot );
H A Daspacemgr-linux.c2329 SysRes VG_(am_mmap_anon_float_client) ( SizeT length, Int prot ) function
2390 VG_(am_mmap_anon_float_client). On AIX5 this *may* allocate memory
2395 return VG_(am_mmap_anon_float_client) ( length, prot );

Completed in 79 milliseconds