Searched refs:kShadowStackSize (Results 1 – 5 of 5) sorted by relevance
52 const uptr kShadowStackSize = 2 * kStackTraceMax; in TestTrim() local53 uptr stack[kShadowStackSize]; in TestTrim()56 thr.shadow_stack_end = &stack[kShadowStackSize]; in TestTrim()58 for (uptr i = 0; i < kShadowStackSize; ++i) in TestTrim()
61 uptr shadow_stack[kShadowStackSize];
54 const uptr kShadowStackSize = 64 * 1024; variable
98 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize; in OnStarted()
392 InternalScopedBuffer<uptr> stack(kShadowStackSize); in RestoreStack()