forked from OSchip/llvm-project
parent
11bb33c78b
commit
3280dc7081
|
@ -12,7 +12,7 @@
|
||||||
#include <sanitizer/asan_interface.h>
|
#include <sanitizer/asan_interface.h>
|
||||||
|
|
||||||
static const int kNumThreads = 2;
|
static const int kNumThreads = 2;
|
||||||
static const int kLeftRedzoneSize = sizeof(void *) * 4;
|
static const int kLeftRedzoneSize = sizeof(void *) * 4;
|
||||||
|
|
||||||
void *Thread(void *unused) {
|
void *Thread(void *unused) {
|
||||||
void *fake_stack = __asan_get_current_fake_stack();
|
void *fake_stack = __asan_get_current_fake_stack();
|
||||||
|
|
Loading…
Reference in New Issue