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

  /external/compiler-rt/lib/asan/
asan_fake_stack.h 162 static const uptr kMaxStackMallocSize = 1 << kMaxStackFrameSizeLog;
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 67 static const size_t kMaxStackMallocSize = 1 << 16; // 64K
    [all...]

Completed in 672 milliseconds