HomeSort by: relevance | last modified time | path
    Searched refs:kMaxStackMallocSize (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fake_stack.h 163 static const uptr kMaxStackMallocSize = ((uptr)1) << kMaxStackFrameSizeLog;
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_fake_stack.h 162 static const uptr kMaxStackMallocSize = ((uptr)1) << kMaxStackFrameSizeLog;
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_fake_stack.h 162 static const uptr kMaxStackMallocSize = ((uptr)1) << kMaxStackFrameSizeLog;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 130 static const size_t kMaxStackMallocSize = 1 << 16; // 64K
3056 assert(LocalStackSize <= kMaxStackMallocSize);
3292 LocalStackSize <= kMaxStackMallocSize;

Completed in 36 milliseconds