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

  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 257 If *need_discard is True after a successful return, the caller
260 extern SysRes VG_(am_munmap_client)( /*OUT*/Bool* need_discard,
315 *need_discard is True after a successful return, the caller should
317 extern Bool VG_(am_extend_map_client)( /*OUT*/Bool* need_discard,
325 mapping. If *need_discard is True after a successful return, the
328 extern Bool VG_(am_relocate_nooverlap_client)( /*OUT*/Bool* need_discard,
m_mallocfree.c 894 Bool need_discard = False; local
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 2695 Bool need_discard; local
    [all...]
  /external/valgrind/main/coregrind/m_ume/
macho.c 410 Bool need_discard = False; local
411 res = VG_(am_munmap_client)(&need_discard, (Addr)*out_stack_start, HACK);
413 vg_assert(!need_discard); // True == wtf?

Completed in 54 milliseconds