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

  /external/compiler-rt/lib/asan/
asan_allocator.h 114 static const size_t kMaxStackMallocSize = 1 << kMaxStackFrameSizeLog;
asan_allocator.cc 994 CHECK(size <= kMaxStackMallocSize && size > 1);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 53 static const size_t kMaxStackMallocSize = 1 << 16; // 64K
    [all...]

Completed in 954 milliseconds