HomeSort by relevance Sort by last modified time
    Searched defs:stack_min (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/
m_addrinfo.c 47 Addr stack_min, stack_max; local
98 while ( VG_(thread_stack_next)(&tid, &stack_min, &stack_max) ) {
99 if (stack_min - VG_STACK_REDZONE_SZB <= a && a <= stack_max) {
  /external/valgrind/main/drd/
drd_thread.h 74 Addr stack_min; /**< Current stack pointer. */ member in struct:__anon36495
286 void DRD_(thread_set_stack_min)(const DrdThreadId tid, const Addr stack_min)
293 DRD_(g_threadinfo)[tid].stack_min = stack_min;
297 tl_assert(DRD_(g_threadinfo)[tid].stack_min
301 if (UNLIKELY(stack_min < DRD_(g_threadinfo)[tid].stack_min_min))
303 DRD_(g_threadinfo)[tid].stack_min_min = stack_min;
314 return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].stack_min <= a
330 && DRD_(g_threadinfo)[i].stack_min <= a
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3232 Addr stack_min, stack_max; local
    [all...]

Completed in 82 milliseconds