Searched refs:ChangedSeg (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_aspacemgr.h379 ChangedSeg; typedef in typeref:struct:__anon32691
382 const HChar* when, const HChar* where, /*OUT*/ChangedSeg* css,
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3496 static ChangedSeg* css_local;
3539 ChangedSeg* cs = &css_local[css_used_local];
3576 ChangedSeg* cs = &css_local[css_used_local];
3619 ChangedSeg* cs = &css_local[css_used_local];
3643 const HChar* when, const HChar* where, /*OUT*/ChangedSeg* css,
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c643 ChangedSeg* css = NULL;
661 css = VG_(calloc)("sys_wrap.sync_mappings", css_size, sizeof(ChangedSeg));
668 ChangedSeg* cs = &css[i];

Completed in 143 milliseconds