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 927 Bool need_discard = False; local
2466 Bool need_discard = False; local
    [all...]
  /external/valgrind/coregrind/m_ume/
macho.c 424 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/
aspacemgr-linux.c 2824 Bool need_discard; local
    [all...]

Completed in 352 milliseconds