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

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

Completed in 516 milliseconds