Searched defs:VgStack (Results 1 - 1 of 1) sorted by last modified time

/external/valgrind/coregrind/
H A Dpub_core_aspacemgr.h347 typedef struct _VgStack VgStack; typedef in typeref:struct:_VgStack
350 /* Allocate and initialise a VgStack (anonymous valgrind space).
356 extern VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp );
361 extern SizeT VG_(am_get_VgStack_unused_szB)( const VgStack* stack,

Completed in 85 milliseconds