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

  /external/valgrind/include/
pub_tool_aspacemgr.h 49 SkResvn = 0x40 // reservation
84 kind == SkResvn
100 /* Shrinkable? (SkResvn only) */
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 169 SkResvn: a reservation segment.
377 case SkResvn: return "RSVN";
493 case SkResvn:
627 case SkResvn:
686 case SkResvn:
    [all...]
  /external/valgrind/coregrind/
m_stacks.c 280 /* SP is assumed to be in a RW segment or in the SkResvn segment of an
286 the RW segment/SkResvn segments containing SP. */
297 && (stackseg->kind != SkResvn || stackseg->smode != SmUpper))) {
306 /* SP is in a RW segment, or in the SkResvn of an extensible stack.
316 /* Now, determine the stack end limit. If the stackseg is SkResvn,
319 if (UNLIKELY(stackseg->kind == SkResvn)) {
m_signals.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c     [all...]

Completed in 127 milliseconds