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 248 If *need_discard is True after a successful return, the caller
251 extern SysRes VG_(am_munmap_client)( /*OUT*/Bool* need_discard,
304 mapping. If *need_discard is True after a successful return, the
307 extern Bool VG_(am_relocate_nooverlap_client)( /*OUT*/Bool* need_discard,
m_mallocfree.c 927 Bool need_discard = False; local
2466 Bool need_discard = False; local
    [all...]
  /external/valgrind/coregrind/m_ume/
macho.c 420 Bool need_discard = False; local
421 res = VG_(am_munmap_client)(&need_discard, (Addr)*out_stack_start, HACK);
423 vg_assert(!need_discard); // True == wtf?
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 2643 Bool need_discard; local
    [all...]

Completed in 114 milliseconds