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

  /external/valgrind/include/
pub_tool_xarray.h 109 to insert these elements. The call to VG_(hintSizeXA) must be
112 extern void VG_(hintSizeXA) ( XArray*, Word);
  /external/valgrind/coregrind/
m_xarray.c 138 void VG_(hintSizeXA) ( XArray* xa, Word n)
142 a function VG_(newXA_with_SizeHint). The separate VG_(hintSizeXA)
m_transtab.c 572 VG_(hintSizeXA) (var, iea->n_fixed + 1);
653 VG_(hintSizeXA) (var, oea->n_fixed+1);
    [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 2791 milliseconds