Searched refs:need_discard (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_aspacemgr.h260 If *need_discard is True after a successful return, the caller
263 extern SysRes VG_(am_munmap_client)( /*OUT*/Bool* need_discard,
318 *need_discard is True after a successful return, the caller should
320 extern Bool VG_(am_extend_map_client)( /*OUT*/Bool* need_discard,
328 mapping. If *need_discard is True after a successful return, the
331 extern Bool VG_(am_relocate_nooverlap_client)( /*OUT*/Bool* need_discard,
H A Dm_mallocfree.c908 Bool need_discard = False; local
909 sres = VG_(am_munmap_client)(&need_discard, (Addr) sb, cszB);
920 if (need_discard)
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2635 SysRes am_munmap_both_wrk ( /*OUT*/Bool* need_discard, argument
2645 *need_discard = False;
2673 *need_discard = d;
2682 If *need_discard is True after a successful return, the caller
2686 SysRes VG_(am_munmap_client)( /*OUT*/Bool* need_discard, argument
2689 return am_munmap_both_wrk( need_discard, start, len, True/*client*/ );
2697 Bool need_discard; local
2698 SysRes r = am_munmap_both_wrk( &need_discard,
2703 aspacem_assert(!need_discard);
2960 *need_discard i
2963 am_extend_map_client( Bool* need_discard, NSegment* seg, SizeT delta ) argument
3022 am_relocate_nooverlap_client( Bool* need_discard, Addr old_addr, SizeT old_len, Addr new_addr, SizeT new_len ) argument
[all...]

Completed in 335 milliseconds