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

  /external/valgrind/main/drd/
drd_thread.h 73 Addr stack_min_min; /**< Lowest value stack pointer ever had. */ member in struct:__anon29864
301 if (UNLIKELY(stack_min < DRD_(g_threadinfo)[tid].stack_min_min))
303 DRD_(g_threadinfo)[tid].stack_min_min = stack_min;
drd_thread.c 190 DRD_(g_threadinfo)[i].stack_min_min = 0;
328 DRD_(g_threadinfo)[created].stack_min_min
442 return DRD_(g_threadinfo)[tid].stack_min_min;
    [all...]

Completed in 682 milliseconds