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

  /external/valgrind/drd/
drd_thread.h 73 Addr stack_min_min; /**< Lowest value stack pointer ever had. */ member in struct:__anon20571
302 if (UNLIKELY(stack_min < DRD_(g_threadinfo)[tid].stack_min_min))
304 DRD_(g_threadinfo)[tid].stack_min_min = stack_min;
drd_thread.c 196 DRD_(g_threadinfo)[i].stack_min_min = 0;
334 DRD_(g_threadinfo)[created].stack_min_min
448 return DRD_(g_threadinfo)[tid].stack_min_min;
    [all...]

Completed in 1147 milliseconds