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

  /external/valgrind/coregrind/
pub_core_aspacemgr.h 183 VG_(am_notify_munmap), it is not the job of this function to reject
198 extern Bool VG_(am_notify_munmap)( Addr start, SizeT len );
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 2285 Bool VG_(am_notify_munmap)( Addr start, SizeT len ) function
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 246 d = VG_(am_notify_munmap)(a, len);
    [all...]
syswrap-linux.c     [all...]
syswrap-solaris.c 431 VG_(am_notify_munmap)(a, VKI_PAGE_SIZE);
    [all...]

Completed in 832 milliseconds