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

/external/valgrind/main/include/
H A Dpub_tool_oset.h214 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/
H A Dm_oset.c119 SizeT maxEltSize; // for node_pa, must be > 0. Otherwise unused. member in struct:_OSet
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 138 milliseconds