HomeSort by relevance Sort by last modified time
    Searched refs:need_discard (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/
pub_core_aspacemgr.h 263 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,
m_mallocfree.c 933 Bool need_discard = False; local
2531 Bool need_discard = False; local
    [all...]
  /external/valgrind/coregrind/m_ume/
macho.c 422 Bool need_discard = False; local
423 res = VG_(am_munmap_client)(&need_discard, (Addr)out_info->stack_start, HACK);
425 vg_assert(!need_discard); // True == wtf?
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 2840 Bool need_discard; local
    [all...]

Completed in 933 milliseconds