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

  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 390 VgStack;
393 /* Allocate and initialise a VgStack (anonymous client space).
399 extern VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp );
404 extern SizeT VG_(am_get_VgStack_unused_szB)( VgStack* stack, SizeT limit );
m_main.c     [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 359 /* Allocate and initialise a VgStack (anonymous valgrind space).
365 VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp )
369 VgStack* stack;
381 stack = (VgStack*)(AddrH)sr_Res(sres);
435 SizeT VG_(am_get_VgStack_unused_szB)( VgStack* stack, SizeT limit )
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 79 VgStack* stack;
    [all...]
syswrap-linux.c 236 VgStack* stack;
269 end. Although we already have a working VgStack
    [all...]
syswrap-darwin.c 137 VgStack* stack;
277 end. Although we already have a working VgStack
    [all...]

Completed in 738 milliseconds