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

  /external/quake/quake/src/WinQuake/
dos_v2.cpp 128 // the seginfo structure around for when you free the mem.
131 static _go32_dpmi_seginfo seginfo[10]; variable
143 memset(seginfo, 0, sizeof(seginfo));
153 if (!seginfo[i].rm_segment) break;
154 seginfo[i] = info;
167 if (seginfo[i].rm_segment == segment)
169 _go32_dpmi_free_dos_memory(&seginfo[i]);
170 seginfo[i].rm_segment = 0;
  /external/valgrind/main/coregrind/
m_redir.c 207 - delete all specs acquired from the seginfo
253 seginfo is allowed to be NULL, meaning that the specs are
255 particular seginfo. */
259 DebugInfo* seginfo; /* symbols etc */ member in struct:_TopSpec
260 Spec* specs; /* specs pulled out of seginfo */
278 should not be deleted. Same is true if either parent's seginfo
493 vg_assert(ts->seginfo != newdi);
637 newts->seginfo = newdi;
660 if (ts->seginfo)
662 ts->seginfo, ts )
    [all...]

Completed in 171 milliseconds