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

  /external/valgrind/main/include/
pub_tool_oset.h 214 SizeT maxEltSize);
219 // The maximum size for the user data element is specified by maxEltSize.
220 // (if poolSize is 0, maxEltSize is not relevant for the OSet).
  /external/valgrind/main/coregrind/
m_oset.c 119 SizeT maxEltSize; // for node_pa, must be > 0. Otherwise unused.
309 t->maxEltSize = 0; // Just in case it would be wrongly used.
331 t->maxEltSize = _maxEltSize;
358 t->maxEltSize = os->maxEltSize;
434 vg_assert(elemSize <= t->maxEltSize);

Completed in 100 milliseconds