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

  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 361 VgStack;
364 /* Allocate and initialise a VgStack (anonymous client space).
370 extern VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp );
375 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 347 /* Allocate and initialise a VgStack (anonymous valgrind space).
353 VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp )
357 VgStack* stack;
369 stack = (VgStack*)(AddrH)sr_Res(sres);
423 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-linux.c 315 VgStack* stack;
348 end. Although we already have a working VgStack
    [all...]
syswrap-darwin.c 141 VgStack* stack;
304 end. Although we already have a working VgStack
    [all...]

Completed in 1448 milliseconds