Home
last modified time | relevance | path

Searched refs:am_alloc_VgStack (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_aspacemgr.h341 extern VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp );
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-common.c375 VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp ) in VG_() argument
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c157 stack = VG_(am_alloc_VgStack)( &initial_SP ); in allocstack()
Dsyswrap-linux.c351 stack = VG_(am_alloc_VgStack)( &initial_SP ); in ML_()