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

/external/valgrind/coregrind/
H A Dpub_core_aspacemgr.h263 If *need_discard is True after a successful return, the caller
266 extern SysRes VG_(am_munmap_client)( /*OUT*/Bool* need_discard,
319 mapping. If *need_discard is True after a successful return, the
322 extern Bool VG_(am_relocate_nooverlap_client)( /*OUT*/Bool* need_discard,
H A Dm_mallocfree.c927 Bool need_discard = False; local
928 sres = VG_(am_munmap_client)(&need_discard, (Addr) sb, cszB);
939 if (need_discard)
2466 Bool need_discard = False; local
2467 sres = VG_(am_munmap_client)(&need_discard,
2470 vg_assert (!need_discard);
/external/valgrind/coregrind/m_ume/
H A Dmacho.c424 Bool need_discard = False; local
425 res = VG_(am_munmap_client)(&need_discard, (Addr)*out_stack_start, HACK);
427 vg_assert(!need_discard); // True == wtf?
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2761 SysRes am_munmap_both_wrk ( /*OUT*/Bool* need_discard, argument
2771 *need_discard = False;
2800 *need_discard = d;
2809 If *need_discard is True after a successful return, the caller
2813 SysRes VG_(am_munmap_client)( /*OUT*/Bool* need_discard, argument
2816 return am_munmap_both_wrk( need_discard, start, len, True/*client*/ );
2824 Bool need_discard; local
2825 SysRes r = am_munmap_both_wrk( &need_discard,
2830 aspacem_assert(!need_discard);
3130 mapping. If *need_discard i
3134 am_relocate_nooverlap_client( Bool* need_discard, Addr old_addr, SizeT old_len, Addr new_addr, SizeT new_len ) argument
[all...]

Completed in 141 milliseconds