HomeSort by relevance Sort by last modified time
    Searched refs:hintSizeXA (Results 1 - 5 of 5) 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_xtree.c 178 VG_(hintSizeXA)(shared->ips_order_xecu, VG_(sizeXA)(shared->xec));
    [all...]
m_transtab.c 648 VG_(hintSizeXA) (var, iea->n_fixed + 1);
729 VG_(hintSizeXA) (var, oea->n_fixed+1);
    [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 143 milliseconds