Home
last modified time | relevance | path

Searched refs:SkShmC (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_aspacemgr.h47 SkShmC, // shared memory segment belonging to the client enumerator
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c457 case SkShmC: return "shm "; in show_SegKind()
550 case SkAnonC: case SkAnonV: case SkShmC: in show_nsegment()
715 case SkAnonC: case SkAnonV: case SkShmC: in sane_NSegment()
784 case SkShmC: in maybe_merge_nsegments()
951 || nsegments[i].kind == SkShmC; in sync_check_mapping_callback()
1270 case SkFileC: case SkFileV: case SkShmC: in VG_()
1334 || nsegments[i].kind == SkShmC in is_valid_for()
1863 || nsegments[i].kind == SkShmC in VG_()
2100 seg.kind = SkShmC; in VG_()
2148 case SkAnonC: case SkAnonV: case SkFileC: case SkFileV: case SkShmC: in VG_()
[all …]
/external/valgrind/main/docs/internals/
D3_0_BUGSTATUS.txt191 FIXED-TRUNK: fixed by introduction of SkShmC during aspacem rewrite
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c74 seg->kind == SkShmC || in may_dump()
/external/valgrind/main/coregrind/
Dm_translate.c759 && (seg->kind == SkAnonC || seg->kind == SkFileC || seg->kind == SkShmC) in translations_allowable_from_seg()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c1922 vg_assert(s->kind == SkShmC); in ML_()