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

  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 363 extern VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp );
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 353 VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp )
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 94 stack = VG_(am_alloc_VgStack)( &initial_SP );
    [all...]
syswrap-linux.c 295 stack = VG_(am_alloc_VgStack)( &initial_SP );
    [all...]
syswrap-darwin.c 158 stack = VG_(am_alloc_VgStack)( &initial_SP );
    [all...]

Completed in 197 milliseconds