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

  /external/compiler-rt/lib/tsan/rtl/
tsan_trace.h 61 uptr shadow_stack[kShadowStackSize];
tsan_defs.h 60 const uptr kShadowStackSize = 64 * 1024;
tsan_rtl_thread.cc 100 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize;
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_stack_test.cc 52 const uptr kShadowStackSize = 2 * kStackTraceMax;
53 uptr stack[kShadowStackSize];
56 thr.shadow_stack_end = &stack[kShadowStackSize];
58 for (uptr i = 0; i < kShadowStackSize; ++i)

Completed in 953 milliseconds