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

  /external/valgrind/main/coregrind/
m_xarray.c 150 Word newsz; local
161 if (xa->elemSzB == 1) newsz = 8;
162 else if (xa->elemSzB == 2) newsz = 4;
163 else newsz = 2;
165 newsz = 2 + (3 * xa->totsizeE) / 2; /* 2 * xa->totsizeE; */
169 xa->totsizeE, newsz);
170 tmp = xa->alloc(xa->cc, newsz * xa->elemSzB);
177 xa->totsizeE = newsz;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 576 const int newsz = 2 * sz; local
578 newsz * sizeof(uptr));
583 thr->shadow_stack_end = newstack + newsz;

Completed in 63 milliseconds