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

  /external/valgrind/coregrind/
pub_core_aspacemgr.h 356 extern VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp );
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-common.c 412 // by VG_(am_alloc_VgStack).
421 VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp )
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 158 stack = VG_(am_alloc_VgStack)( &initial_SP );
    [all...]
syswrap-linux.c 347 stack = VG_(am_alloc_VgStack)( &initial_SP );
    [all...]
syswrap-solaris.c 329 stack = VG_(am_alloc_VgStack)( &initial_SP );
    [all...]

Completed in 337 milliseconds