Home
last modified time | relevance | path

Searched refs:am_sbrk_anon_float_valgrind (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
Dpub_core_aspacemgr.h249 extern SysRes VG_(am_sbrk_anon_float_valgrind)( SizeT cszB );
Dm_mallocfree.c809 sres = VG_(am_sbrk_anon_float_valgrind)( cszB ); in newSuperblock()
1551 SysRes sres = VG_(am_sbrk_anon_float_valgrind)(sizeof(Superblock *) * in VG_()
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c2507 SysRes VG_(am_sbrk_anon_float_valgrind)( SizeT cszB ) in VG_() argument