Searched refs:SkFree (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_aspacemgr.h43 SkFree = 0x01, // unmapped space enumerator in enum:__anon29390
64 kind == SkFree:
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c160 SkFree: a free space, which may be allocated either to Valgrind (V)
383 case SkFree: return " ";
469 case SkFree:
620 case SkFree:
669 case SkFree:
969 same = nsegments[i].kind == SkFree
1127 /* Finds the segment containing 'a'. Only returns non-SkFree segments. */
1134 if (nsegments[i].kind == SkFree)
1162 /* Find the next segment along from 'here', if it is a non-SkFree segment. */
1176 if (nsegments[i].kind == SkFree)
[all...]

Completed in 170 milliseconds