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

  /external/llvm/lib/Support/
Allocator.cpp 26 : SlabSize(size), SizeThreshold(std::min(size, threshold)),
116 if (PaddedSize > SizeThreshold) {
  /external/llvm/include/llvm/Support/
Allocator.h 95 /// allocation above SizeThreshold.
98 /// SizeThreshold - For any allocation larger than this threshold, we should
100 size_t SizeThreshold;
  /external/clang/lib/CodeGen/
CGDecl.cpp 808 unsigned SizeThreshold = 32;
810 return Size > SizeThreshold;
    [all...]

Completed in 52 milliseconds