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

  /external/valgrind/main/helgrind/
libhb_core.c 153 but VTS ticks, which isn't realistic.
172 It is a maximum sized VTS, so has (1 << SCALARTS_N_TYMBITS)
281 is the VTS to be used for reads, viW for writes. Usually they
1964 VTS* vts = HG_(zalloc)(who, sizeof(VTS) + (sizeTS+1) * sizeof(ScalarTS)); local
2545 VTS* vts; \/* vts, in vts_set *\/ member in struct:__anon14143
3101 VTS* vts = (VTS*)wordK; local
3212 VTS* vts = VtsID__to_VTS(vi); local
3289 VTS* vts = VtsID__to_VTS(vi); local
3297 VTS* vts = VtsID__to_VTS(vi); local
    [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 1123 // -------- VTS ------------------ {{{1
1124 class VTS {
1127 return sizeof(VTS) + size * sizeof(TS);
1137 static VTS *Create(size_t size) {
1144 ScopedMallocCostCenter cc("VTS::Create (from free list)");
1149 ScopedMallocCostCenter cc("VTS::Create (from new[])");
1153 VTS *res = new(mem) VTS(size);
1158 static void Unref(VTS *vts) {
    [all...]

Completed in 30 milliseconds