OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:am_alloc_VgStack
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
pub_core_aspacemgr.h
370
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-linux.c
331
stack = VG_(
am_alloc_VgStack
)( &initial_SP );
[
all
...]
syswrap-darwin.c
157
stack = VG_(
am_alloc_VgStack
)( &initial_SP );
[
all
...]
Completed in 139 milliseconds