Searched refs:am_mmap_anon_float_valgrind (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_aspacemgr.h237 extern SysRes VG_(am_mmap_anon_float_valgrind)( SizeT cszB );
240 Linux this behaves the same as VG_(am_mmap_anon_float_valgrind). */
H A Dm_transtab.c774 sres = VG_(am_mmap_anon_float_valgrind)( 8 * tc_sector_szQ );
782 sres = VG_(am_mmap_anon_float_valgrind)
1408 SysRes sres = VG_(am_mmap_anon_float_valgrind)
H A Dm_mallocfree.c840 sres = VG_(am_mmap_anon_float_valgrind)( cszB );
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c365 sres = VG_(am_mmap_anon_float_valgrind)( szB );
H A Daspacemgr-linux.c2444 SysRes VG_(am_mmap_anon_float_valgrind)( SizeT length ) function
2522 /* Really just a wrapper around VG_(am_mmap_anon_float_valgrind). */
2526 SysRes sres = VG_(am_mmap_anon_float_valgrind)( size );
2531 Linux this behaves the same as VG_(am_mmap_anon_float_valgrind). */
2535 return VG_(am_mmap_anon_float_valgrind)( cszB );
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1206 sres = VG_(am_mmap_anon_float_valgrind)( n_pdbimage );

Completed in 190 milliseconds